-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.32 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
{
"name": "zoom_project",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"scripts": {
"seed": "node seeders/seeder.mjs",
"start": "node index.mjs",
"start:dev": "nodemon index.mjs",
"build": "webpack --config webpack_conf/webpack.prod.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.16.10",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.10",
"@babel/preset-react": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"axios": "^0.25.0",
"babel-loader": "^8.2.3",
"bcrypt": "^5.0.0",
"css-loader": "^6.5.1",
"dotenv": "^14.2.0",
"dotenv-webpack": "^7.1.0",
"express": "^4.17.2",
"html-webpack-plugin": "^5.5.0",
"jsonwebtoken": "^8.5.1",
"mini-css-extract-plugin": "^2.5.2",
"mongoose": "^6.1.7",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-refresh": "^0.11.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"simple-peer": "^9.11.0",
"socket.io": "^4.4.1",
"socket.io-client": "4.4.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.1",
"webpack-dev-middleware": "^5.3.0",
"webpack-dev-server": "^4.7.3",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^5.8.0"
}
}