-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 861 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": "merged-video-call-chat-web-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"private": "true",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"html-loader": "3.1.2",
"nodemon": "^2.0.20",
"sass": "^1.55.0",
"sass-loader": "12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-middleware": "^5.3.3"
},
"dependencies": {
"@joeattardi/emoji-button": "^4.6.4",
"express": "^4.18.1",
"socket.io": "^4.5.2"
}
}