forked from jkk/shinkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "shinkgs",
"version": "0.1.0",
"devDependencies": {
"flow-bin": "0.44.0",
"node-sass": "4.9.0",
"react-scripts": "0.9.0"
},
"dependencies": {
"autolinker.js": "0.7.0",
"chartist": "^0.11.0",
"date-fns": "^1.28.5",
"fastclick": "^1.0.6",
"font-awesome": "4.7.0",
"history": "4.6.1",
"idb-keyval": "2.3.0",
"locale-string": "1.0.0",
"lodash.get": "^4.4.2",
"rc-slider": "^7.0.1",
"react": "15.5.4",
"react-chartist": "^0.13.0",
"react-dom": "15.5.4",
"uuid": "3.0.1"
},
"scripts": {
"start": "yarn run build-sass && yarn run start-sass & HTTPS=true react-scripts start",
"start-sass": "node-sass --include-path='node_modules' --watch src/css -o src",
"build": "yarn run build-sass && react-scripts build",
"build-sass": "node-sass --include-path='node_modules' src/css/index.scss src/index.css",
"lint": "./node_modules/eslint/bin/eslint.js src; flow check",
"test": "react-scripts test --env=jsdom",
"deploy-now": "yarn build && cp server/* build && now build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"proxy": "https://www.gokgs.com"
}