-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.94 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "frontend",
"version": "0.0.1",
"dependencies": {
"@reach/router": "1.2.1",
"antd": "3.11.6",
"apollo-cache-inmemory": "1.3.12",
"apollo-client": "2.4.8",
"apollo-link-error": "1.1.5",
"apollo-link-http": "1.5.9",
"apollo-link-ws": "1.0.12",
"axios": "0.18.0",
"body-scroll-lock": "2.6.1",
"classnames": "2.2.6",
"date-fns": "1.30.1",
"draft-js": "0.10.5",
"emoji-mart": "2.9.2",
"eventemitter3": "3.1.0",
"find-with-regex": "1.1.3",
"firebase": "5.7.2",
"graphql": "14.0.2",
"graphql-tag": "2.10.0",
"history": "4.7.2",
"immutable": "4.0.0-rc.12",
"ioredis": "4.3.0",
"loadable-components": "2.2.3",
"lodash": "4.17.11",
"lscache": "1.3.0",
"nanoid": "1.3.4",
"object-hash": "1.3.1",
"prettyjson": "1.2.1",
"purched-antd-icons": "0.2.2",
"react": "16.7.0-alpha.2",
"react-adopt": "0.6.0",
"react-apollo": "2.3.3",
"react-content-loader": "3.4.1",
"react-dom": "16.7.0-alpha.2",
"react-facebook": "6.0.15",
"react-hanger": "1.1.1",
"react-helmet": "5.2.0",
"react-loadable": "5.5.0",
"react-props-editor": "1.0.5",
"react-scripts": "2.1.3",
"react-spring": "7.2.7",
"semantic-ui-react": "0.84.0",
"subscriptions-transport-ws": "0.9.15",
"the-platform": "0.9.3"
},
"scripts": {
"start": "cross-env NODE_PATH=./src react-scripts start",
"build": "node .config-pre-build.js && node .config-post-build.js",
"analyze": "cross-env NODE_PATH=./src node analyze.js",
"server": "nodemon --watch server server/index.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"async-shelljs": "0.1.2",
"cross-env": "5.2.0",
"eslint-plugin-prettier": "3.0.1",
"prettier": "1.15.3",
"webpack-bundle-analyzer": "3.0.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}