-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "clist-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"lodash": "^4.17.10",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-google-login": "^3.2.1",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.81.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9001 -c .storybook",
"build-storybook": "build-storybook -s public",
"predeploy": "npm run build",
"deploy": "mv build/index.html build/200.html && surge --project ./build/ --domain tracklist-alpha.surge.sh"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.7",
"@storybook/addon-links": "^3.4.7",
"@storybook/addons": "^3.4.7",
"@storybook/react": "^3.4.7",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"eslint": "^5.0.1",
"eslint-plugin-react": "^7.10.0",
"flow-bin": "^0.75.0",
"git-scripts": "^0.2.1",
"prettier-eslint": "^8.8.2",
"surge": "^0.20.1"
},
"git": {
"scripts": {
"pre-push": "npm run deploy"
}
}
}