-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.95 KB
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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "idsp",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/app.ts",
"build": "tsc",
"sass": "sass src/sass/style.scss public/css/style.css --watch",
"start": "tsx watch src/app.ts",
"seed": "npx tsx src/seed.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IDSP-LendItOut/LendItOut.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IDSP-LendItOut/LendItOut/issues"
},
"homepage": "https://github.com/IDSP-LendItOut/LendItOut#readme",
"dependencies": {
"@faker-js/faker": "^9.7.0",
"@prisma/client": "^6.7.0",
"@prisma/extension-accelerate": "^1.3.0",
"@sendgrid/mail": "^8.1.5",
"@types/multer": "^1.4.12",
"axios": "^1.9.0",
"bcrypt": "^5.1.1",
"chokidar": "^5.0.0",
"connect-redis": "^8.0.3",
"cookie-parser": "^1.4.7",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"firebase": "^11.6.1",
"firebase-admin": "^13.3.0",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
"mogodb": "^0.0.1-security",
"mongodb": "^6.16.0",
"mongoose": "^8.14.3",
"multer": "^1.4.5-lts.2",
"nodemailer": "^7.0.2",
"redis": "^5.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.8",
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.1",
"@types/express-session": "^1.18.1",
"@types/firebase": "^2.4.32",
"@types/method-override": "^3.0.0",
"@types/node": "^22.15.3",
"@types/nodemailer": "^6.4.17",
"@types/socket.io": "^3.0.1",
"prisma": "^6.7.0",
"sass": "^1.87.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"description": ""
}