141 lines
4.0 KiB
JSON
141 lines
4.0 KiB
JSON
{
|
|
"name": "vue3-admin-plus",
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"author": "一七年夏",
|
|
"packageManager": "pnpm@7.9.0",
|
|
"scripts": {
|
|
"dev": "vite --mode serve-dev",
|
|
"test": "vite --mode serve-test",
|
|
"build:test": "vite build --mode build-test",
|
|
"build": "vite build --mode build",
|
|
"preview:build": "npm run build && vite preview ",
|
|
"preview": "vite preview ",
|
|
"lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src --fix",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:watchAll": "vue-cli-service test:unit --watchAll",
|
|
"test:cov": "vue-cli-service test:unit --coverage",
|
|
"test:majestic": "majestic",
|
|
"vitest": "vitest --ui",
|
|
"tsc-check": "tsc",
|
|
"coverage": "vitest run --coverage",
|
|
"deploy": "node deploy.js",
|
|
"preinstall": "only-allow pnpm"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.6.8",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"d3": "7.9.0",
|
|
"driver.js": "^1.3.1",
|
|
"echarts": "^5.5.0",
|
|
"element-plus": "^2.6.2",
|
|
"hash.js": "^1.1.7",
|
|
"js-error-collection": "^1.0.8",
|
|
"mitt": "3.0.1",
|
|
"moment-mini": "2.29.4",
|
|
"nprogress": "0.2.0",
|
|
"only-allow": "^1.2.1",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.1",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "3.2.1",
|
|
"screenfull": "^6.0.2",
|
|
"sortablejs": "1.15.2",
|
|
"splitpanes": "^3.1.5",
|
|
"tinymce": "^7.0.0",
|
|
"uuid": "^9.0.1",
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
"vue": "^3.4.21",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-cropper": "^1.1.1",
|
|
"vue-i18n": "9.10.2",
|
|
"vue-router": "^4.3.0",
|
|
"vxe-table": "^4.5.21",
|
|
"xe-utils": "^3.5.22"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.24.1",
|
|
"@tinymce/tinymce-vue": "^5.1.1",
|
|
"@types/mockjs": "1.0.10",
|
|
"@types/node": "^20.11.30",
|
|
"@types/path-browserify": "^1.0.2",
|
|
"@types/uuid": "^9.0.8",
|
|
"@typescript-eslint/eslint-plugin": "7.3.1",
|
|
"@typescript-eslint/parser": "7.3.1",
|
|
"@vitejs/plugin-legacy": "^5.3.2",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vitest/coverage-v8": "^1.4.0",
|
|
"@vitest/ui": "^1.4.0",
|
|
"@vue-macros/reactivity-transform": "^0.4.3",
|
|
"@vue/cli-plugin-unit-jest": "^5.0.8",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"@vue/test-utils": "^2.4.5",
|
|
"@vueuse/core": "^10.9.0",
|
|
"compressing": "^1.10.0",
|
|
"dialog": "^0.3.1",
|
|
"ejs": "^3.1.9",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-define-config": "1.5.1",
|
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jsonc": "^2.9.0",
|
|
"eslint-plugin-markdown": "^3.0.0",
|
|
"eslint-plugin-prettier": "4.1.0",
|
|
"eslint-plugin-unicorn": "^51.0.1",
|
|
"eslint-plugin-vue": "9.23.0",
|
|
"jsdom": "24.0.0",
|
|
"jsonc-eslint-parser": "^2.3.0",
|
|
"majestic": "1.8.1",
|
|
"mockjs": "1.1.0",
|
|
"prettier": "^3.2.5",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"sass": "^1.72.0",
|
|
"ssh2-promise": "^1.0.3",
|
|
"svg-sprite-loader": "6.0.11",
|
|
"terser": "^5.29.2",
|
|
"typescript": "^5.4.3",
|
|
"unocss": "^0.58.6",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.2.3",
|
|
"vite-plugin-mkcert": "^1.17.5",
|
|
"vite-plugin-mock": "^3.0.1",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vitest": "^1.4.0",
|
|
"vue-tsc": "^2.0.7"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"vite-plugin-mock",
|
|
"unplugin-auto-import",
|
|
"unplugin-vue-components",
|
|
"unocss",
|
|
"unplugin",
|
|
"vite-plugin-mock",
|
|
"@vitejs/plugin-legacy",
|
|
"@vitejs/plugin-vue",
|
|
"@vitejs/*",
|
|
"@babel/*",
|
|
"vite",
|
|
"vue",
|
|
"@unocss/vite",
|
|
"rollup",
|
|
"vue-jest"
|
|
]
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"not ie 11",
|
|
"not op_mini all"
|
|
],
|
|
"engines": {
|
|
"node": ">= 20"
|
|
}
|
|
}
|