-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 773 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 773 Bytes
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
{
"name": "solid-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"check": "biome check .",
"fix": "biome check --write .",
"fix:force": "biome check --write --unsafe .",
"test": "vitest",
"analyze": "pnpm dlx vite-bundle-visualizer -o .stats.html"
},
"dependencies": {
"@unocss/reset": "66.5.10",
"solid-js": "1.9.10"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@unocss/preset-wind4": "66.5.10",
"jsdom": "27.2.0",
"typescript": "5.9.3",
"unocss": "66.5.10",
"vite": "7.2.6",
"vite-plugin-solid": "2.11.10",
"vitest": "4.0.15"
},
"packageManager": "pnpm@10.24.0"
}