-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.14 KB
/
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
{
"name": "agar.io-clone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"parcel-watch-1": "parcel watch ./public/js/initStuff.js --out-dir ./public/js --out-file initStuffBundle.js",
"parcel-build-1": "parcel build ./public/js/initStuff.js --out-dir ./public/js --out-file initStuffBundle.js",
"parcel-watch-2": "parcel watch ./public/js/UIStuff.js --out-dir ./public/js --out-file UIStuffBundle.js",
"parcel-build-2": "parcel build ./public/js/UIStuff.js --out-dir ./public/js --out-file UIStuffBundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sujay Jami",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"cookie-parser": "^1.4.5",
"core-js": "^3.11.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.7",
"parcel-bundler": "^1.12.5",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"pug": "^3.0.2",
"regenerator-runtime": "^0.13.7",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1"
}
}