-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.22 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
75
76
77
78
79
80
81
82
83
{
"name": "dash-maxima",
"author": "Peyman Borhani",
"description": "Latest Sveltekit Dashboard template based on shadcn-svelte",
"version": "0.2.0",
"private": true,
"keywords": [
"dash-maxima",
"dashboard",
"svelte5",
"runes",
"sveltekit",
"shadcn-svelte",
"bits-ui",
"unplugin-icons",
"runed",
"tailwindcss",
"tailwind"
],
"repository": {
"type": "git",
"url": "https://github.com/Peyman-Borhani/Dash-Maxima/"
},
"homepage": "https://github.com/Peyman-Borhani/Dash-Maxima",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "pnpm run vitest",
"dploy": "pnpm build && pnpm exec gh-pages -d build -t true"
},
"devDependencies": {
"@iconify-json/bi": "^1.2.1",
"@iconify-json/ci": "^1.2.1",
"@iconify-json/clarity": "^1.2.1",
"@iconify-json/f7": "^1.2.1",
"@iconify-json/gravity-ui": "^1.2.2",
"@iconify-json/gridicons": "^1.2.1",
"@iconify-json/lucide": "^1.2.15",
"@iconify-json/mingcute": "^1.2.1",
"@iconify-json/octicon": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/quill": "^1.2.1",
"@iconify-json/radix-icons": "^1.2.1",
"@iconify-json/solar": "^1.2.1",
"@iconify-json/system-uicons": "^1.2.1",
"@iconify-json/uil": "^1.2.1",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.21.16",
"gh-pages": "^6.2.0",
"postcss": "^8.4.49",
"runed": "^0.15.3",
"shadcn-svelte": "^0.14.0",
"svelte": "^5.2.4",
"tailwindcss": "^3.4.15",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.11",
"vitest": "^2.1.5"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"dependencies": {
"@internationalized/date": "^3.5.6",
"clsx": "^2.1.1",
"formsnap": "^1.0.1",
"mode-watcher": "^0.4.1",
"sveltekit-superforms": "^2.20.1",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"valibot": "1.0.0-beta.7"
},
"pnpm": {
"overrides": {
"[email protected]": "1.0.1"
}
}
}