You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.5 KiB
81 lines
2.5 KiB
{
|
|
"name": "vue-admin-perfect",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:dev": "vite build --mode development",
|
|
"build:test": "vite build --mode test",
|
|
"build:prod": "vite build --mode production",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"build:ts": "vue-tsc --noEmit --skipLibCheck && vite build",
|
|
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
|
|
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@better-scroll/core": "^2.4.2",
|
|
"@vueuse/core": "^9.1.1",
|
|
"@wangeditor/editor": "^5.1.14",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^0.27.2",
|
|
"clipboard": "^2.0.10",
|
|
"codemirror": "^5.65.9",
|
|
"core-js": "^3.6.5",
|
|
"dayjs": "^1.11.4",
|
|
"default-passive-events": "^2.0.0",
|
|
"echarts": "^5.3.1",
|
|
"echarts-liquidfill": "^3.1.0",
|
|
"element-plus": "^2.2.21",
|
|
"exceljs": "^4.3.0",
|
|
"file-saver": "^2.0.5",
|
|
"fuse.js": "^6.6.2",
|
|
"jszip": "^3.9.1",
|
|
"mavon-editor": "^2.10.4",
|
|
"md-editor-v3": "^1.11.3",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.0",
|
|
"pinia": "^2.0.21",
|
|
"pinia-persistedstate-plugin": "^0.1.0",
|
|
"pinia-plugin-persistedstate": "^2.1.1",
|
|
"print-js": "^1.6.0",
|
|
"sass": "^1.54.0",
|
|
"splitpanes": "^3.1.1",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"vue": "^3.2.39",
|
|
"vue-cropper": "^1.0.3",
|
|
"vue-cropperjs": "^5.0.0",
|
|
"vue-fuse": "^4.1.1",
|
|
"vue-mugen-scroll": "^0.2.6",
|
|
"vue-qr": "^4.0.6",
|
|
"vue-router": "^4.1.6",
|
|
"vue-splitpane": "^1.0.6",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuex": "^4.0.0-0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
|
"@typescript-eslint/parser": "^5.32.0",
|
|
"@vitejs/plugin-vue": "^3.0.0",
|
|
"consola": "^2.15.3",
|
|
"dart-sass": "^1.25.0",
|
|
"eslint": "^8.21.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"fast-glob": "^3.2.11",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.6.4",
|
|
"unplugin-auto-import": "^0.10.3",
|
|
"unplugin-vue-components": "^0.21.2",
|
|
"unplugin-vue-define-options": "^0.7.3",
|
|
"vite": "^3.0.0",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-style-import": "^2.0.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
"vue-tsc": "^0.38.4"
|
|
}
|
|
}
|
|
|