-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.52 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.52 KB
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
{
"name": "imooc-react-chat",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.5.2",
"antd-mobile": "^2.2.2",
"asset-require-hook": "^1.2.0",
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-plugin-import": "^1.8.0",
"body-parser": "^1.18.3",
"browser-cookies": "^1.2.0",
"cookie-parse": "^0.4.0",
"cookie-parser": "^1.4.3",
"css-modules-require-hook": "^4.2.3",
"express": "^4.16.3",
"mongoose": "^5.2.6",
"prop-types": "^15.6.2",
"rc-queue-anim": "^1.6.5",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"utility": "^1.14.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"server": "NODE_ENV=test nodemon --exec node_modules/.bin/babel-node server/server.js",
"server_bak": "nodemon server/server.js"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"eqeqeq": [
"off"
],
"jsx-ally/accessible-emoji": [
0
]
}
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"react-app-rewired": "^1.5.2"
},
"proxy": "http://localhost:9093"
}