-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.41 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
{
"name": "werwapp",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"gen:licenses": "license-report --output=json > ./src/const/gen-licenses.json",
"biome": "biome check --write .",
"preview": "vite preview"
},
"dependencies": {
"@lucide/svelte": "^0.514.0",
"@tailwindcss/vite": "^4.1.17",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"daisyui": "^5.5.5",
"js-cookie": "^3.0.5",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@sveltejs/adapter-vercel": "^5.7.2",
"@sveltejs/kit": "^2.21.4",
"@sveltejs/vite-plugin-svelte": "^5.1.0",
"@types/dom-screen-wake-lock": "^1.0.3",
"@types/js-cookie": "^3.0.6",
"@types/string-similarity": "^4.0.2",
"autoprefixer": "^10.4.21",
"globals": "^15.15.0",
"license-report": "^6.8.0",
"sharp": "^0.34.2",
"svelte": "^5.33.19",
"svelte-check": "^4.2.1",
"svgo": "^3.3.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-image-optimizer": "^1.1.8"
},
"packageManager": "pnpm@8.11.0+sha512.9df87c16c98db27b4e051d787e67f2207ec47e809ccb07bf7b5ec4acdcd1613355839a38d0b900144923d6a7057700b74d2a0ccb1558beb241647a1206a9a7ab"
}