-
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) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 879 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": "drny-index",
"type": "module",
"version": "1.0.0",
"description": "冬日暖雨的个人主页",
"packageManager": "pnpm@9.5.0",
"author": "jdy2002 <jiangdongyu54@gmail.com>",
"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.20",
"http-server": "^14.1.1",
"sass-embedded": "^1.80.6",
"typescript": "^5.6.3",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.20",
"vuepress-theme-plume": "1.0.0-rc.140"
},
"dependencies": {
"@iconify/json": "^2.2.273"
}
}