-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "rey",
"version": "0.1.0",
"private": true,
"dependencies": {
"alertify.js": "^1.0.12",
"axios": "^0.18.0",
"dayjs": "^1.6.9",
"firebase": "^5.0.4",
"normalize.css": "^8.0.0",
"random-js": "^1.0.8",
"randomcolor": "^0.5.3",
"rc-slider": "^8.6.2",
"react": "16.3.1",
"react-app-rewire-hot-loader": "^1.0.1",
"react-app-rewired": "^1.5.2",
"react-art": "16.3.1",
"react-document-title": "^2.0.3",
"react-dom": "16.3.3",
"react-easy-state": "^5.1.0",
"react-ga": "^2.5.3",
"react-hot-loader": "^4.3.3",
"react-media-player": "^0.7.1",
"react-motion-ui-pack": "^0.10.3",
"react-native-web": "^0.8.4",
"react-responsive-modal": "^3.0.3",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-svg": "^4.0.17",
"shortid": "^2.2.8",
"store": "^2.0.12"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"deploy": "react-app-rewired build && firebase deploy"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.11.1",
"source-map-explorer": "^1.5.0"
}
}