-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 902 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
32
33
34
35
36
{
"name": "blog",
"version": "1.0.0",
"description": "",
"license": "AGPL-3.0-only",
"author": "bddxg",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"fmt": "vp fmt",
"fmt:check": "vp fmt --check",
"sidebar": "node scripts/generate-sidebar.js",
"sidebar:watch": "node scripts/watch-sidebar.js",
"sidebar:test": "node scripts/test-sidebar.js"
},
"devDependencies": {
"@types/node": "^24.12.2",
"typescript": "^5.9.3",
"vite-plus": "latest",
"vitepress": "2.0.0-alpha.16",
"vitepress-plugin-group-icons": "^1.7.5",
"vitepress-plugin-rss": "^0.4.4",
"vue": "^3.5.33"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.8.0",
"onFail": "download"
}
},
"packageManager": "pnpm@11.8.0"
}