-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.37 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
{
"name": "ml-new-backend",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js"
},
"dependencies": {
"@fastify/autoload": "^6.3.1",
"@fastify/cookie": "^11.0.2",
"@fastify/cors": "^11.2.0",
"@fastify/session": "^11.1.1",
"@fastify/type-provider-typebox": "^6.1.0",
"@prisma/adapter-mariadb": "^7.8.0",
"@prisma/client": "7.8.0",
"@quixo3/prisma-session-store": "^3.1.21",
"@sinclair/typebox": "^0.34.49",
"@types/nodemailer-mailgun-transport": "^1.4.6",
"bcrypt": "^6.0.0",
"express-session": "^1.19.0",
"fastify": "^5.8.5",
"fastify-plugin": "^6.0.0",
"http-status-codes": "^2.3.0",
"nodemailer": "^8.0.11",
"nodemailer-mailgun-transport": "^2.1.5",
"pdfkit": "^0.19.1",
"pdfmake": "^0.3.11",
"typebox": "^1.2.9",
"uuid": "^14.0.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/bcrypt": "^6.0.0",
"@types/node": "^25.9.3",
"@types/nodemailer": "^8.0.1",
"@types/pdfkit": "^0.17.6",
"@types/pdfmake": "^0.3.3",
"dotenv": "^17.4.2",
"eslint": "^10.5.0",
"prettier": "3.8.4",
"prisma": "^7.8.0",
"ts-node": "^10.9.2",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.0"
},
"private": true,
"packageManager": "yarn@4.16.0"
}