125 lines
4.0 KiB
JSON
125 lines
4.0 KiB
JSON
{
|
|
"name": "vue3-admin-ts",
|
|
"version": "2.0.0-rc2",
|
|
"license": "MIT",
|
|
"author": "kuanghua",
|
|
"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",
|
|
"prepare": "husky install",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.0.4",
|
|
"axios": "0.21.3",
|
|
"echarts": "5.3.2",
|
|
"element-plus": "^2.2.9",
|
|
"js-error-collection": "^1.0.7",
|
|
"mitt": "3.0.0",
|
|
"moment-mini": "2.22.1",
|
|
"nprogress": "0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.1",
|
|
"pinia": "^2.0.16",
|
|
"pinia-plugin-persistedstate": "2.3.0",
|
|
"vue": "^3.2.37",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "7.16.3",
|
|
"@types/echarts": "4.9.7",
|
|
"@types/mockjs": "1.0.6",
|
|
"@types/node": "^17.0.35",
|
|
"@types/path-browserify": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "5.30.0",
|
|
"@typescript-eslint/parser": "5.30.0",
|
|
"@vitejs/plugin-legacy": "^2.2.0",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
|
"@vitest/coverage-c8": "^0.22.1",
|
|
"@vitest/ui": "^0.22.1",
|
|
"@vue/cli-plugin-unit-jest": "4.5.17",
|
|
"@vue/cli-service": "4.5.17",
|
|
"@vue/test-utils": "^2.0.2",
|
|
"@vueuse/core": "^8.7.5",
|
|
"eslint": "8.18.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.3.0",
|
|
"eslint-plugin-markdown": "^3.0.0",
|
|
"eslint-plugin-prettier": "4.1.0",
|
|
"eslint-plugin-unicorn": "^43.0.2",
|
|
"eslint-plugin-vue": "9.1.1",
|
|
"husky": "7.0.2",
|
|
"jsdom": "16.4.0",
|
|
"jsonc-eslint-parser": "^2.1.0",
|
|
"majestic": "1.8.1",
|
|
"mockjs": "1.1.0",
|
|
"prettier": "2.2.1",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"rollup-plugin-visualizer": "^5.8.3",
|
|
"sass": "^1.52.1",
|
|
"svg-sprite-loader": "6.0.11",
|
|
"typescript": "^4.7.2",
|
|
"unocss": "^0.33.5",
|
|
"unplugin-auto-import": "^0.11.2",
|
|
"unplugin-vue-components": "^0.22.8",
|
|
"unplugin-vue-define-options": "^0.12.2",
|
|
"vite": "^3.1.8",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-mkcert": "^1.7.2",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vitest": "^0.22.1",
|
|
"vue-tsc": "^0.34.16"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"html-webpack-plugin",
|
|
"vite-plugin-mock",
|
|
"unplugin-auto-import",
|
|
"unplugin-vue-components",
|
|
"vue-template-compiler",
|
|
"unocss",
|
|
"unplugin",
|
|
"vite-plugin-mock",
|
|
"@vitejs/plugin-legacy",
|
|
"@vitejs/plugin-vue",
|
|
"@vitejs/*",
|
|
"@babel/*",
|
|
"vite",
|
|
"vue",
|
|
"@unocss/vite",
|
|
"rollup",
|
|
"vue-jest",
|
|
"@babel/*"
|
|
]
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"not ie 11",
|
|
"not op_mini all"
|
|
],
|
|
"engines": {
|
|
"node": ">= 16 <18",
|
|
"pnpm": ">= 6 <8"
|
|
}
|
|
}
|