-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "synthavln",
"version": "0.1.0",
"private": true,
"homepage": "http://synthavln.netlify.com",
"dependencies": {
"@inlet/react-pixi": "^1.1.9",
"@sentry/browser": "^5.6.3",
"axios": "^0.19.0",
"axios-hooks": "^1.7.2",
"constate": "^1.3.2",
"date-fns": "2.9.0",
"element-to-path": "^1.2.0",
"firebase": "^7.2.3",
"framer-motion": "^1.6.17",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"p2": "^0.7.1",
"pixi.js": "^5.2.0",
"polished": "^3.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-feather": "^2.0.3",
"react-firebase-hooks": "^2.1.0",
"react-player": "^1.14.2",
"react-responsive-spritesheet": "^2.3.9",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-use": "^13.15.0",
"resource-loader": "^3.0.1",
"styled-components": "^4.4.0",
"twitch": "^3.5.0",
"twitch-chat-client": "^3.5.0",
"use-interval": "^1.2.1"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"updateEmotes": "node scripts/fetchEmotes.js"
},
"lint-staged": {
"src/**/*.{js,jsx}": [
"prettier --single-quote --write",
"stylelint",
"git add"
]
},
"devDependencies": {
"archiver": "^3.1.1",
"chalk": "^2.4.2",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^1.7.0",
"husky": "^3.1.0",
"lint-staged": "^10.0.0",
"mkdirp": "^0.5.1",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"spritesheet-js": "^1.2.6",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^4.0.0",
"stylelint-processor-styled-components": "^1.8.0",
"winston": "^3.2.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}