-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.95 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
{
"name": "@taskyland/hacienda",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"format": "biome format . --write",
"lint": "biome lint .",
"lint:fix": "biome lint . --write",
"lint:fix:unsafe": "biome lint . --unsafe",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@kobalte/core": "^0.13.7",
"@kobalte/utils": "^0.9.1",
"@modular-forms/solid": "^0.24.1",
"@radix-ui/colors": "^3.0.0",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.10",
"@solidjs/start": "^1.0.9",
"@tailwindcss/typography": "^0.5.15",
"@zip.js/zip.js": "^2.7.52",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"consola": "^3.2.3",
"file-type": "^19.6.0",
"lucida": "2.0.0-51",
"mitt": "^3.0.1",
"p-limit": "^6.1.0",
"pathe": "^1.1.2",
"postcss": "^8.4.47",
"sass-embedded": "^1.80.3",
"smol-toml": "^1.3.0",
"solid-js": "^1.9.2",
"solidjs-use": "^2.3.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.5.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"valibot": "^0.42.1",
"vinxi": "^0.4.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@fluid-tailwind/tailwind-merge": "^0.0.3",
"@iconify-json/carbon": "^1.2.3",
"@iconify-json/lucide": "^1.2.10",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/radix-icons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.9",
"@taskylizard/biome-config": "^1.0.5",
"fluid-tailwind": "^1.0.3",
"lefthook": "^1.7.22",
"vitest": "^2.1.3"
},
"engines": {
"node": ">=18"
},
"trustedDependencies": [
"@biomejs/biome",
"blowfish-cbc",
"esbuild",
"lefthook",
"protobufjs",
"unplayplay"
]
}