-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.54 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
{
"name": "gc-solid-ui",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vinxi dev",
"build": "GITHUB_PAGES=true VITE_GITHUB_PAGES=true vinxi build",
"build:registry": "tsx scripts/build-registry.mts",
"build:registry-index": "tsx ./src/scripts/build-registry.ts",
"build:all": "npm run build:registry && npm run build:registry-index && npm run build",
"preview": "vinxi start"
},
"dependencies": {
"@corvu/calendar": "^0.1.2",
"@corvu/drawer": "^0.2.4",
"@corvu/resizable": "^0.2.5",
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/geist-mono": "^5.2.7",
"@kobalte/core": "^0.13.11",
"@kobalte/solidbase": "^0.2.20",
"@modular-forms/solid": "^0.25.1",
"@solid-primitives/storage": "^4.3.3",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.2.0",
"@tanstack/solid-table": "^8.21.3",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-solid": "^8.6.0",
"lucide-solid": "^0.562.0",
"rimraf": "^6.0.1",
"solid-js": "^1.9.9",
"solid-sonner": "^0.2.8",
"tailwind-merge": "^3.3.1",
"vinxi": "^0.5.7",
"zod": "^4.1.12"
},
"engines": {
"node": ">=22"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"tailwindcss": "^4.1.14",
"tsx": "^4.20.6",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^6.3.5"
}
}