-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.81 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
{
"name": "wsurvey-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.5.0",
"apollo-cache-inmemory": "^1.2.1",
"apollo-client": "^2.3.1",
"apollo-link": "^1.2.2",
"apollo-link-context": "^1.0.8",
"apollo-link-error": "^1.0.9",
"apollo-link-http": "^1.5.4",
"apollo-link-state": "^0.4.1",
"fb-sdk-wrapper": "^0.3.0",
"ftellipsis": "^0.2.3",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"history": "^4.7.2",
"node-sass-chokidar": "^1.2.2",
"npm-run-all": "^4.1.3",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"rc-drawer-menu": "^0.5.7",
"react": "^16.3.2",
"react-addons-css-transition-group": "^15.6.2",
"react-apollo": "^2.1.4",
"react-device-detect": "^1.3.4",
"react-dom": "^16.3.2",
"react-responsive": "^4.1.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"resize-observer-polyfill": "^1.5.0",
"uuid": "^3.2.1"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"build-js": "react-scripts build",
"start": "npm-run-all -p watch-css start-js",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"prettier-eslint": "^8.8.1",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.2.0",
"stylelint-config-sass-guidelines": "^5.0.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.1.0"
}
}