-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 808 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 808 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
{
"name": "6thmarch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV='development' webpack",
"start": "peerjs --port 3001 & nodemon server.js & HOST=localhost PORT=1234 npx y-websocket"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"codemirror": "^5.64.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"googleapis": "^112.0.0",
"mongoose": "^7.0.1",
"peerjs": "^1.4.7",
"uuid": "^9.0.0",
"ws": "^8.12.1",
"y-codemirror": "^2.1.1",
"y-websocket": "^1.3.18",
"yjs": "^13.5.22"
},
"devDependencies": {
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
}
}