-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.64 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "doofat-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "nodemon bin/www.ts",
"start": "node dist/bin/www.js",
"prebuild": "ts-node scripts/copy-assets",
"build": "npm run prebuild && tsc"
},
"dependencies": {
"@google-cloud/storage": "^7.7.0",
"@prisma/client": "^4.11.0",
"@quixo3/prisma-session-store": "^3.1.13",
"@types/express-session": "^1.17.10",
"bcrypt": "^5.1.1",
"cookie-parser": "~1.4.4",
"core-js": "^3.35.1",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.1",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"multer": "1.4.5-lts.1",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"sharp": "^0.33.2",
"socket.io": "^4.7.4"
},
"main": "app.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/express": "^4.17.21",
"@types/http-errors": "^2.0.4",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.5",
"@types/passport": "^1.0.16",
"@types/passport-facebook": "^3.0.3",
"@types/passport-google-oauth": "^1.0.45",
"@types/passport-local": "^1.0.38",
"@types/shelljs": "^0.8.15",
"nodemon": "^3.0.3",
"shelljs": "^0.8.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}