-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1018 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1018 Bytes
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
{
"name": "lightdrive",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/kit": "^2.57.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@types/argon2": "^0.14.1",
"@types/node": "^25.9.2",
"@types/sharp": "^0.31.1",
"svelte": "^5.55.2",
"svelte-check": "^4.4.6",
"typescript": "^6.0.2",
"vite": "^8.0.7"
},
"dependencies": {
"@libsql/client": "^0.17.3",
"@lucide/svelte": "^1.0.1",
"@prisma/adapter-libsql": "^7.8.0",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@sveltejs/adapter-node": "^5.5.4",
"argon2": "^0.44.0",
"docx": "^9.7.1",
"dotenv": "^17.4.2",
"mammoth": "^1.12.0",
"marked": "^18.0.5",
"mode-watcher": "^1.1.0",
"pg": "^8.21.0",
"prisma": "^7.8.0",
"sharp": "^0.34.5",
"xlsx": "^0.18.5"
},
"type": "module"
}