-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.2 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.2 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "zaidan",
"version": "1.0.5",
"description": "Zaidan is a ShadCn registry for SolidJs",
"homepage": "https://github.com/carere/zaidan",
"bugs": "https://github.com/carere/zaidan/issues",
"repository": {
"type": "git",
"url": "https://github.com/carere/zaidan.git"
},
"license": "MIT",
"author": "Kevin Abatan <abatan.k@gmail.com> (https://github.com/carere)",
"type": "module",
"scripts": {
"build": "vite build",
"check": "biome check",
"compile": "tsc --noEmit",
"dev": "vite dev",
"preview": "vite preview",
"r:build:kobalte": "shadcn build src/registry/kobalte/registry.json --output public/r/kobalte"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"@cloudflare/vite-plugin": "^1.33.2",
"@corvu/otp-field": "^0.1.4",
"@fontsource-variable/eb-garamond": "^5.2.7",
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/ibm-plex-sans": "^5.2.8",
"@fontsource-variable/instrument-sans": "^5.2.8",
"@fontsource-variable/lora": "^5.2.8",
"@fontsource-variable/manrope": "^5.2.8",
"@fontsource-variable/merriweather": "^5.2.6",
"@fontsource-variable/montserrat": "^5.2.8",
"@fontsource-variable/noto-serif": "^5.2.9",
"@fontsource-variable/oxanium": "^5.2.8",
"@fontsource-variable/playfair-display": "^5.2.8",
"@fontsource-variable/roboto-slab": "^5.2.8",
"@fontsource-variable/source-sans-3": "^5.2.9",
"@fontsource-variable/space-grotesk": "^5.2.10",
"@fontsource/instrument-serif": "^5.2.8",
"@kobalte/core": "^0.13.11",
"@solid-primitives/storage": "^4.3.4",
"@tanstack/router-plugin": "^1.167.27",
"@tanstack/solid-router": "^1.168.22",
"@tanstack/solid-router-ssr-query": "^1.166.12",
"@tanstack/solid-start": "^1.167.44",
"@tanstack/solid-table": "^8.21.3",
"@tanstack/zod-adapter": "^1.166.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk-solid": "^1.1.2",
"corvu": "^0.7.2",
"date-fns": "^4.1.0",
"echarts": "^6.0.0",
"embla-carousel": "^8.6.0",
"embla-carousel-solid": "^8.6.0",
"lucide-solid": "^1.11.0",
"solid-js": "^1.9.12",
"solid-mdx": "^0.0.7",
"solid-sonner": "^0.2.8",
"tailwind-merge": "^3.5.0",
"ts-pattern": "^5.9.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13",
"@commitlint/cli": "^20.5.2",
"@commitlint/config-conventional": "^20.5.0",
"@expressive-code/core": "^0.41.7",
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
"@expressive-code/plugin-line-numbers": "^0.41.7",
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource-variable/figtree": "^5.2.10",
"@fontsource-variable/geist-mono": "^5.2.7",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/noto-sans": "^5.2.10",
"@fontsource-variable/nunito-sans": "^5.2.7",
"@fontsource-variable/outfit": "^5.2.8",
"@fontsource-variable/public-sans": "^5.2.7",
"@fontsource-variable/raleway": "^5.2.8",
"@fontsource-variable/roboto": "^5.2.10",
"@mdx-js/mdx": "^3.1.1",
"@tailwindcss/vite": "^4.2.4",
"@tanstack/devtools-vite": "^0.4.1",
"@tanstack/solid-router-devtools": "^1.166.13",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.3.13",
"@types/resolve": "^1.20.6",
"@velite/plugin-vite": "^0.0.2",
"commander": "^14.0.3",
"dotenv": "^17.4.2",
"lefthook": "^2.1.6",
"mdast": "^3.0.0",
"mdast-util-mdx-jsx": "^3.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-expressive-code": "^0.41.7",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"resolve": "^1.22.12",
"shadcn": "^3.8.5",
"sort-package-json": "^3.6.1",
"strip-indent": "^4.1.1",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"velite": "^0.3.1",
"vfile": "^6.0.3",
"vite": "^8.0.10",
"vite-plugin-lucide-preprocess": "^1.4.10",
"vite-plugin-solid": "^2.11.12"
}
}