-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"name": "audiohub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon backend/index.ts",
"prisma-migrate-generate": "npx prisma migrate dev && npx prisma generate",
"gen-tailwind": "npx @tailwindcss/cli -i ./frontend/css/style.css -o ./frontend/css/output.css --watch",
"test": "test"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/node": "^25.6.0",
"dotenv": "^17.4.2",
"nodemon": "^3.1.14",
"prisma": "^7.8.0",
"tailwind-scrollbar": "^4.0.2",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@prisma/adapter-mariadb": "^7.8.0",
"@prisma/client": "^7.8.0",
"@tailwindcss/cli": "^4.2.4",
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.6",
"@types/express-flash": "^0.0.5",
"@types/express-mysql-session": "^3.0.8",
"@types/express-session": "^1.19.0",
"@types/passport": "^1.0.17",
"@types/passport-local": "^1.0.38",
"bcrypt": "^6.0.0",
"ejs": "^5.0.2",
"express": "^5.2.1",
"express-flash": "^0.0.2",
"express-mysql-session": "^3.0.3",
"express-session": "^1.19.0",
"mariadb": "^3.5.2",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"tailwindcss": "^4.2.4",
"yt-dlp-exec": "^1.0.2"
}
}