88 lines
2.9 KiB
JSON
88 lines
2.9 KiB
JSON
{
|
|
"name": "vue-admin-arco",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"author": "ArcoDesign Team",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite --config ./config/vite.config.dev.ts",
|
|
"build": "vue-tsc --noEmit --skipLibCheck && vite build --config ./config/vite.config.prod.ts",
|
|
"lint-staged": "npx lint-staged",
|
|
"prepare": "husky install",
|
|
"build:normal": "vite build --config ./config/vite.config.prod.ts",
|
|
"module:update": "ncu -u --reject vite-svg-loader,eslint --registry https://registry.npmmirror.com && pnpm i --no-frozen-lockfile",
|
|
"lint": "pnpm lint:eslint && pnpm lint:prettier",
|
|
"preview": "vite preview --config ./config/vite.config.prod.ts",
|
|
"lint:eslint": "eslint . --fix",
|
|
"lint:prettier": "prettier . --write"
|
|
},
|
|
"dependencies": {
|
|
"@arco-design/web-vue": "^2.57.0",
|
|
"@tabler/icons-vue": "^3.40.0",
|
|
"@vue-flow/background": "^1.3.2",
|
|
"@vue-flow/controls": "^1.1.3",
|
|
"@vue-flow/core": "^1.48.2",
|
|
"@vue-flow/minimap": "^1.5.4",
|
|
"@vueuse/core": "^14.2.1",
|
|
"axios": "^1.13.6",
|
|
"dayjs": "^1.11.19",
|
|
"echarts": "^6.0.0",
|
|
"lodash": "^4.17.23",
|
|
"mitt": "^3.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.4",
|
|
"query-string": "^9.3.1",
|
|
"sortablejs": "^1.15.7",
|
|
"uuid": "^13.0.0",
|
|
"vue": "^3.5.29",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-i18n": "^11.2.8",
|
|
"vue-router": "5"
|
|
},
|
|
"devDependencies": {
|
|
"@arco-plugins/vite-vue": "^1.4.6",
|
|
"@commitlint/cli": "^20.4.3",
|
|
"@commitlint/config-conventional": "^20.4.3",
|
|
"@types/lodash": "^4.17.24",
|
|
"@types/mockjs": "^1.0.10",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/sortablejs": "^1.15.9",
|
|
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
"@typescript-eslint/parser": "^8.56.1",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.4",
|
|
"@vue/babel-plugin-jsx": "^2.0.1",
|
|
"@vue/compiler-sfc": "^3.5.29",
|
|
"consola": "^3.4.2",
|
|
"cross-env": "^10.1.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"eslint-plugin-vue": "^10.8.0",
|
|
"husky": "^9.1.7",
|
|
"less": "^4.5.1",
|
|
"lint-staged": "^16.3.2",
|
|
"mockjs": "^1.1.0",
|
|
"postcss-html": "^1.8.1",
|
|
"prettier": "^3.8.1",
|
|
"rollup": "^4.59.0",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"stylelint": "^17.4.0",
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
"stylelint-config-rational-order": "^0.1.2",
|
|
"stylelint-config-recommended-vue": "^1.6.1",
|
|
"stylelint-config-standard": "^40.0.0",
|
|
"stylelint-order": "^7.0.1",
|
|
"typescript": "^5.9.3",
|
|
"unplugin-vue-components": "^31.0.0",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vue-tsc": "^3.2.5"
|
|
}
|
|
}
|