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.
 
 
 
 
 

77 lines
2.3 KiB

{
"name": "Admin-Frame",
"private": true,
"version": "1.0.6",
"description": "Admin-Frame 是一款中/后台管理系统",
"url": "https://github.com/ZANJIAHAO1008/Admin-Frame-Vue3",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 8888",
"lint": "eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx",
"prettier": "prettier --write .",
"build:dev": "vue-tsc --noEmit && vite build --mode development",
"build:pro": "vue-tsc --noEmit && vite build --mode production"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@vueup/vue-quill": "^1.0.0-beta.7",
"@vueuse/core": "^7.0.3",
"@vueuse/integrations": "^7.0.3",
"amfe-flexible": "^2.2.1",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"clipboard": "^2.0.8",
"default-passive-events": "^2.0.0",
"driver.js": "^0.9.8",
"echarts": "^5.1.2",
"element-plus": "^2.2.5",
"js-cookie": "^2.2.1",
"md-editor-v3": "^1.4.4",
"mockjs": "^1.1.0",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
"pinia-plugin-persist": "^1.0.0",
"qrcode": "^1.5.0",
"qs": "^6.10.3",
"screenfull": "^6.0.1",
"vite-plugin-mock": "^2.9.6",
"vue": "^3.2.25",
"vue-i18n": "^9.1.7",
"vue-router": "4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@types/lodash-es": "^4.17.6",
"@types/mockjs": "^1.0.6",
"@types/node": "^17.0.23",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.2",
"@types/qs": "^6.9.7",
"@types/quill": "^2.0.9",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-vue": "^2.2.0",
"consola": "^2.15.3",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"prettier": "^2.6.2",
"sass": "^1.37.5",
"typescript": "^4.5.4",
"unocss": "^0.33.5",
"unplugin-auto-import": "^0.6.9",
"unplugin-element-plus": "^0.3.4",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.8.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-global-api": "^0.4.1",
"vue-tsc": "^0.29.8"
}
}