-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.52 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
51
52
53
54
55
{
"name": "web1",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@internationalized/date": "^3.12.0",
"@lucide/svelte": "^0.525.0",
"@sveltejs/adapter-vercel": "^5.10.3",
"@sveltejs/kit": "^2.46.5",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/vite": "^4.1.14",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.21",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"eslint": "^9.37.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-svelte": "^2.46.1",
"formsnap": "^2.0.1",
"globals": "^15.15.0",
"lucide-svelte": "^0.469.0",
"mode-watcher": "^0.5.1",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.39.12",
"svelte-check": "^4.3.3",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.27.2",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.14",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^6.3.6",
"zod": "^4.1.12"
},
"dependencies": {
"chart.js": "^4.5.1",
"convex": "^1.27.5",
"convex-svelte": "^0.0.11"
}
}