-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 905 Bytes
/
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
{
"name": "misaka-akio-website",
"type": "module",
"version": "1.0.0",
"description": "不努力就只能听到别人的好消息",
"packageManager": "[email protected]",
"author": "NiuBoss123 <[email protected]>",
"license": "MIT",
"engines": {
"node": "^18.20.0 || >=20.0.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:build": "vuepress build docs --clean-cache --clean-temp",
"docs:preview": "http-server docs/.vuepress/dist",
"vp-update": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"http-server": "^14.1.1",
"sass-embedded": "^1.83.4",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-plume": "1.0.0-rc.129"
},
"dependencies": {
"@iconify/json": "^2.2.304"
}
}