-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "radix-theme-solid-start",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"data-attrs": "bun scripts/data-attrs.ts"
},
"dependencies": {
"@ark-ui/solid": "^4.2.1",
"@kobalte/core": "^0.13.7",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.8",
"@solidjs/start": "^1.0.8",
"solid-js": "^1.9.2"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@radix-ui/colors": "^3.0.0",
"@types/bun": "^1.1.11",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0",
"vinxi": "^0.4.3"
}
}