-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vp build --watch",
"build": "pnpm run build-only && pnpm package",
"build-only": "vp build",
"check": "vp check --fix",
"package": "theme-package",
"prepare": "vp config"
},
"dependencies": {
"@halo-dev/api-client": "^2.23.0",
"alpinejs": "^3.15.9",
"overlayscrollbars": "^2.14.0",
"pupa": "^3.3.0",
"tocbot": "^4.36.4"
},
"devDependencies": {
"@halo-dev/theme-package-cli": "^1.0.1",
"@halo-dev/vite-plugin-halo-theme": "^1.0.3",
"@iconify-json/bx": "^1.2.3",
"@iconify-json/gg": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.75",
"@iconify-json/tabler": "^1.2.32",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.19",
"@types/alpinejs": "^3.13.11",
"@types/node": "24.12.0",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"sass-embedded": "^1.98.0",
"tailwindcss": "^3.4.19",
"tailwindcss-plugin-icons": "^2.2.2",
"typescript": "^5.9.3",
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vite-plus": "latest"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
],
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
}
}
}