-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "react-chatonline",
"version": "1.0.0",
"description": "react hooks websocket socket.io chat-online",
"main": "index.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caoxinhui/react-chatonline.git"
},
"keywords": [
"hooks",
"chat",
"online"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/caoxinhui/react-chatonline/issues"
},
"homepage": "https://github.com/caoxinhui/react-chatonline#readme",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"express": "^4.16.4",
"http": "^0.0.0",
"path": "^0.12.7",
"react": "^16.8.2",
"react-dom": "^16.8.3",
"react-imvc": "^2.4.1",
"socket.io": "^2.2.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0",
"webpack-hot-middleware": "^2.16.1",
"ws": "^6.1.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
}
}