一大坨垃圾正在前进

This commit is contained in:
des
2025-12-29 23:05:32 +08:00
parent 960d7e6fcc
commit 580697fc82
40 changed files with 12860 additions and 20 deletions

42
html/package.json Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "crimson-gatekeeper-web",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "nightwatch tests/e2e/*",
"lint": "eslint . --fix --cache"
},
"dependencies": {
"@carbon/vue": "^3.0.30",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@nightwatch/vue": "^3.1.2",
"@vitejs/plugin-vue": "^6.0.3",
"@vitest/eslint-plugin": "^1.6.4",
"@vue/test-utils": "^2.4.6",
"chromedriver": "^143.0.3",
"eslint": "^9.39.2",
"eslint-plugin-vue": "~10.6.2",
"geckodriver": "^6.1.0",
"globals": "^16.5.0",
"jsdom": "^27.3.0",
"nightwatch": "^3.14.0",
"ts-node": "^10.9.2",
"vite": "^7.3.0",
"vite-plugin-nightwatch": "^0.4.6",
"vite-plugin-vue-devtools": "^8.0.5",
"vitest": "^4.0.16"
}
}