-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
74 lines (74 loc) · 2 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"profile": "vite --profile --open",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"generate-client": "openapi-ts generate"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.53.6",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint": "^8.56.10",
"@types/luxon": "^3.4.2",
"@types/nprogress": "^0.2.3",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.12",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.0",
"globals": "^15.4.0",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.19",
"svelte-check": "^3.8.0",
"sveltekit-sse": "^0.13.5",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"typescript-eslint": "8.0.0-alpha.28",
"vite": "^5.4.6",
"vitest": "^2.0.1"
},
"type": "module",
"dependencies": {
"@hey-api/client-fetch": "^0.4.0",
"bits-ui": "^0.21.10",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.17",
"embla-carousel-autoplay": "^8.1.5",
"embla-carousel-svelte": "^8.1.5",
"formsnap": "^1.0.0",
"lucide-svelte": "^0.390.0",
"luxon": "^3.4.4",
"mode-watcher": "^0.3.0",
"motion": "^10.18.0",
"nprogress": "^0.2.0",
"svelte-sonner": "^0.3.24",
"sveltekit-superforms": "^2.14.0",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"uuid": "^9.0.1",
"vaul-svelte": "^0.3.2",
"ws": "^8.18.0",
"zod": "^3.23.8"
},
"packageManager": "[email protected]",
"optionalDependencies": {
"bufferutil": "^4.0.8"
}
}