-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
28 lines (28 loc) · 862 Bytes
/
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
{
"name": "graphql",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^2.13.9",
"axios": "^0.17.0",
"build-css": "^0.2.0",
"history": "^4.7.2",
"lodash": "^4.17.13",
"node-sass-chokidar": "^0.0.3",
"query-string": "^5.0.1",
"react": "^16.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.0.0",
"react-ga": "^2.3.5",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src/styles src/styles -o src/styles",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src/styles src/styles -o src/styles --watch --recursive",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}