-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "cosmic-ui",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^6.0.2",
"@astrojs/vue": "^7.0.2",
"@left4code/svg-renderer": "^1.0.7",
"@lucide/vue": "^1.34.0",
"@zag-js/accordion": "^1.43.3",
"@zag-js/avatar": "^1.43.3",
"@zag-js/checkbox": "^1.43.3",
"@zag-js/combobox": "^1.43.3",
"@zag-js/date-picker": "^1.43.3",
"@zag-js/dialog": "^1.43.3",
"@zag-js/menu": "^1.43.3",
"@zag-js/number-input": "^1.43.3",
"@zag-js/pagination": "^1.43.3",
"@zag-js/presence": "^1.43.3",
"@zag-js/radio-group": "^1.43.3",
"@zag-js/react": "^1.43.3",
"@zag-js/select": "^1.43.3",
"@zag-js/switch": "^1.43.3",
"@zag-js/tabs": "^1.43.3",
"@zag-js/toast": "^1.43.3",
"@zag-js/vue": "^1.43.3",
"astro": "^7.2.0",
"astro-pagefind": "^2.0.1",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"lucide-react": "^1.33.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.41"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3"
}
}