{ "name": "control-ui", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build" }, "dependencies": { "axios": "^1.18.1", "bootstrap": "^5.3.8", "echarts": "^6.1.0", "pinia": "^3.0.4", "vue": "beta", "vue-router": "^5.1.0", "vue-toastification": "^2.0.0-rc.5" }, "devDependencies": { "@tsconfig/node24": "^24.0.4", "@types/node": "^24.13.2", "@vitejs/plugin-vue": "^6.0.7", "@vue/tsconfig": "^0.9.1", "npm-run-all2": "^9.0.2", "typescript": "~6.0.0", "vite": "^8.0.16", "vite-plugin-vue-devtools": "^8.1.2", "vue-tsc": "^3.3.5" }, "engines": { "node": "^22.18.0 || >=24.12.0" }, "overrides": { "vue": "beta", "@vue/compiler-core": "beta", "@vue/compiler-dom": "beta", "@vue/compiler-sfc": "beta", "@vue/compiler-ssr": "beta", "@vue/compiler-vapor": "beta", "@vue/reactivity": "beta", "@vue/runtime-core": "beta", "@vue/runtime-dom": "beta", "@vue/runtime-vapor": "beta", "@vue/server-renderer": "beta", "@vue/shared": "beta", "@vue/compat": "beta" } }