-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"name": "audioshelf",
"private": true,
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@prisma/client": "6.12.0",
"@types/express": "^5.0.3",
"express": "^5.1.0",
"prisma": "^6.12.0"
},
"devDependencies": {
"@dicebear/collection": "^9.2.3",
"@dicebear/core": "^9.2.3",
"@lucide/svelte": "^0.525.0",
"@sveltejs/adapter-node": "^5.2.13",
"@sveltejs/kit": "^2.26.0",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"@tailwindcss/vite": "^4.1.11",
"@types/mime-types": "^3.0.1",
"@types/node": "^24.1.0",
"@types/sprintf-js": "^1.1.4",
"jszip": "^3.10.1",
"mime-types": "^3.0.1",
"music-metadata": "^11.7.1",
"sprintf-js": "^1.1.3",
"svelte": "^5.36.16",
"svelte-check": "^4.3.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite": "^7.0.6"
}
}