-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 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
{
"name": "website",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev",
"prebuild": "vp run sponsors",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "vp lint --deny-warnings",
"lint:fix": "vp run lint --fix && typos -w",
"fmt": "vp fmt",
"knip": "knip --no-config-hints",
"sponsors": "degit Boshen/sponsors sponsors --force && node scripts/generate-sponsors.js",
"prepare": "vp config"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-container": "4.0.0",
"@types/node": "^25.5.0",
"@voidzero-dev/vitepress-theme": "^4.8.4",
"degit": "^2.8.4",
"esbuild": "0.28.0",
"feed": "^5.2.0",
"knip": "^6.0.2",
"markdown-it-container": "^4.0.0",
"markdown-it-task-lists": "^2.1.1",
"oxc-minify": "^0.126.0",
"typescript": "~6.0.0",
"vite-plus": "catalog:",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-group-icons": "^1.7.1",
"vitepress-plugin-llms": "^1.12.0",
"vue": "^3.5.30"
},
"packageManager": "pnpm@10.33.0"
}