{ "name": "arco-design-pro-vue", "description": "Arco Design Pro for Vue", "version": "1.0.0", "private": true, "author": "ArcoDesign Team", "license": "MIT", "scripts": { "dev": "vite --config ./config/vite.config.ts", "build": "vue-tsc --noEmit && vite build --config ./config/vite.config.ts", "report": "vite build --config ./config/vite.config.ts --mode report", "preview": "pnpm run build && vite preview --host", "type:check": "vue-tsc --noEmit --skipLibCheck", "lint": "biome check .", "lint:fix": "biome check --write .", "format": "biome format --write ." }, "dependencies": { "@arco-design/web-vue": "^2.58.0", "@vueuse/core": "^13.9.0", "axios": "^1.8.4", "dayjs": "^1.11.13", "echarts": "^6.1.0", "lodash-es": "^4.17.21", "mitt": "^3.0.1", "nprogress": "^0.2.0", "pinia": "^3.0.1", "sortablejs": "^1.15.6", "vue": "^3.5.13", "vue-echarts": "^8.0.1", "vue-i18n": "^11.1.2", "vue-router": "^4.5.0" }, "devDependencies": { "@arco-plugins/vite-vue": "^1.4.6", "@biomejs/biome": "^2.5.0", "@types/lodash-es": "^4.17.12", "@types/mockjs": "^1.0.10", "@types/nprogress": "^0.2.3", "@types/sortablejs": "^1.15.8", "@vitejs/plugin-vue": "^6.0.0", "@vitejs/plugin-vue-jsx": "^5.0.0", "less": "^4.2.2", "mockjs": "^1.1.0", "rollup-plugin-visualizer": "^6.0.3", "sharp": "^0.34.1", "typescript": "^5.8.3", "unplugin-vue-components": "^28.8.0", "vite": "^8.0.0", "vite-plugin-compression": "^0.5.1", "vite-plugin-image-optimizer": "^2.0.0", "vite-svg-loader": "^5.1.0", "vue-tsc": "^2.2.8" }, "engines": { "node": ">=20.19.0" } }