-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "fish500gif",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app"
},
"description": "fish500gif",
"author": {
"name": "Neel"
},
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jquery": "^3.4.1",
"jquery-form": "^4.2.2",
"node-schedule": "^1.3.2",
"pug": "^2.0.4",
"request": "^2.88.2",
"socket.io": "^2.3.0",
"uuid": "^7.0.2"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/debug": "4.1.5",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.3",
"@types/express-serve-static-core": "^4.17.2",
"@types/mime": "^2.0.1",
"@types/node": "^13.9.1",
"@types/node-schedule": "1.3.0",
"@types/request": "2.48.4",
"@types/serve-static": "^1.13.3",
"@types/socket.io": "^2.1.4",
"@types/uuid": "^7.0.0",
"bufferutil": "^4.0.1",
"sw-appcache-behavior": "0.0.18",
"utf-8-validate": "^5.0.2"
}
}