mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-24 00:55:35 +00:00
Resolve open npm Dependabot alerts for the web app and docs site by refreshing dependency overrides and lockfiles. Also sets the staging web forwarded-proto default so `make staging` can render the shared Nginx template when using the bare nginx image. Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com>
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"name": "skillhub-docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview"
|
|
},
|
|
"devDependencies": {
|
|
"vitepress": "^1.6.3"
|
|
},
|
|
"overrides": {
|
|
"vite": "^6.4.3",
|
|
"postcss": "^8.5.23",
|
|
"esbuild": "^0.28.1"
|
|
}
|
|
}
|