-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 903 Bytes
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
{
"name": "czatapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --env production",
"start": "webpack-dev-server --hot --env development"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"lodash": "^4.17.11",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.3",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"nodemon": "^1.18.9",
"optimize-js-plugin": "0.0.4",
"react-hot-loader": "^4.6.3",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}