Files
ai/admin/package.json
2026-06-15 17:45:28 +08:00

16 lines
400 B
JSON

{
"name": "admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --host 0.0.0.0 --port ${ADMIN_PORT:-5173}",
"build": "vue-tsc --noEmit -p tsconfig.json && vite build",
"lint": "vue-tsc --noEmit -p tsconfig.json",
"typecheck": "vue-tsc --noEmit -p tsconfig.json",
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"vue": "^3.5.16"
}
}