-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.32 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
{
"name": "dvinyl",
"version": "3.1.5",
"description": "",
"main": "app.ts",
"scripts": {
"start": "node --env-file=.env --import tsx app.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "npx tailwindcss -i ./website/src/input.css -o ./website/public/styles/tailwind.css --watch"
},
"author": "Kyo'",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"bwip-js": "^4.11.4",
"cookie-parser": "^1.4.7",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.1",
"i18next": "^25.8.0",
"i18next-http-middleware": "^3.9.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.14.1",
"multer": "^2.1.1",
"openid-client": "^6.8.4",
"qrcode": "^1.5.4",
"socket.io": "^4.8.1",
"yauzl": "^3.4.0",
"yazl": "^3.3.1"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.6",
"@types/express-session": "^1.19.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.1.0",
"@types/node": "^25.9.3",
"@types/qrcode": "^1.5.6",
"@types/yauzl": "^3.4.0",
"@types/yazl": "^3.3.1",
"autoprefixer": "^10.4.21",
"nodemon": "^3.1.10",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.5",
"tsx": "^4.22.4",
"typescript": "^5.9.3"
}
}