-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 996 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 996 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
{
"name": "哈尔滨工程大学课程攻略共享计划",
"type": "module",
"version": "0.0.1",
"description": "哈尔滨工程大学课程攻略共享计划",
"author": "HEUOpenResource <admin@heu.us.kg>",
"license": "MIT",
"scripts": {
"docs:build": "vuepress build docs --clean-cache --clean-temp",
"docs:dev": "vuepress dev docs",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:preview": "http-server docs/.vuepress/dist",
"vp-update": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-webpack": "2.0.0-rc.26",
"@vuepress/plugin-google-analytics": "^2.0.0-rc.118",
"http-server": "^14.1.1",
"typescript": "^5.9.3",
"vue": "^3.5.25",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-plume": "1.0.0-rc.184"
},
"engines": {
"node": "^20.6.0 || >=22.0.0"
},
"dependencies": {
"@vuepress/shiki-twoslash": "^2.0.0-rc.121",
"busuanzi.pure.js": "^1.0.3",
"dotenv": "^17.2.3"
}
}