-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 918 Bytes
/
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
{
"name": "realchatrooms",
"version": "1.0.0",
"description": "Real chat rooms for everyone!",
"main": "index.js",
"scripts": {
"start": "npx webpack --mode=development",
"start-w": "npx webpack --mode=development -w",
"build": "npx webpack --mode=production",
"server": "node server/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.5.2",
"express": "^4.17.1",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"socket.io": "^2.3.0",
"webpack": "^4.44.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-react": "^7.10.4",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"webpack-cli": "^3.3.12"
}
}