2020-12-08 18:20:35 +08:00
|
|
|
{
|
2021-03-15 12:44:58 +08:00
|
|
|
"name": "vue-next-admin",
|
2022-04-18 19:14:38 +08:00
|
|
|
"version": "2.1.0",
|
2021-10-17 12:32:28 +08:00
|
|
|
"description": "vue3 vite next admin template",
|
|
|
|
"author": "lyt_20201208",
|
|
|
|
"license": "MIT",
|
2021-03-15 12:44:58 +08:00
|
|
|
"scripts": {
|
2021-12-04 13:32:14 +08:00
|
|
|
"dev": "vite --force",
|
2021-03-15 12:44:58 +08:00
|
|
|
"build": "vite build",
|
|
|
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-18 19:14:38 +08:00
|
|
|
"@element-plus/icons-vue": "^1.1.4",
|
2022-04-28 19:39:44 +08:00
|
|
|
"@wangeditor/editor": "^5.0.1",
|
|
|
|
"axios": "^0.27.2",
|
2022-03-04 12:39:54 +08:00
|
|
|
"countup.js": "^2.1.0",
|
2021-06-19 17:49:42 +08:00
|
|
|
"cropperjs": "^1.5.12",
|
2022-04-18 19:14:38 +08:00
|
|
|
"echarts": "^5.3.2",
|
2022-03-04 12:39:54 +08:00
|
|
|
"echarts-gl": "^2.0.9",
|
2021-03-15 12:44:58 +08:00
|
|
|
"echarts-wordcloud": "^2.0.0",
|
2022-04-26 19:17:00 +08:00
|
|
|
"element-plus": "^2.1.11",
|
2021-09-25 16:47:30 +08:00
|
|
|
"jsplumb": "^2.15.6",
|
2021-06-24 18:02:13 +08:00
|
|
|
"mitt": "^3.0.0",
|
2021-03-15 12:44:58 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2022-04-18 19:14:38 +08:00
|
|
|
"pinia": "^2.0.13",
|
2021-03-22 18:14:29 +08:00
|
|
|
"print-js": "^1.6.0",
|
2021-03-15 12:44:58 +08:00
|
|
|
"qrcodejs2-fixes": "^0.0.2",
|
2022-02-21 23:52:59 +08:00
|
|
|
"screenfull": "^6.0.1",
|
2022-04-18 19:14:38 +08:00
|
|
|
"sortablejs": "^1.15.0",
|
2022-02-25 23:19:12 +08:00
|
|
|
"splitpanes": "^3.1.1",
|
2022-04-18 19:14:38 +08:00
|
|
|
"vue": "^3.2.33",
|
|
|
|
"vue-clipboard3": "^2.0.0",
|
2021-04-28 17:02:32 +08:00
|
|
|
"vue-grid-layout": "^3.0.0-beta1",
|
2021-10-17 12:32:28 +08:00
|
|
|
"vue-i18n": "^9.1.9",
|
2022-04-28 19:39:44 +08:00
|
|
|
"vue-router": "^4.0.14"
|
2021-03-15 12:44:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-28 19:39:44 +08:00
|
|
|
"@types/node": "^17.0.29",
|
2021-03-15 12:44:58 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2021-07-07 17:15:11 +08:00
|
|
|
"@types/sortablejs": "^1.10.7",
|
2022-04-26 19:17:00 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
|
|
|
"@typescript-eslint/parser": "^5.21.0",
|
2022-04-18 19:14:38 +08:00
|
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
|
|
"@vue/compiler-sfc": "^3.2.33",
|
2022-02-21 23:52:59 +08:00
|
|
|
"dotenv": "^16.0.0",
|
2022-04-25 19:05:12 +08:00
|
|
|
"eslint": "^8.14.0",
|
|
|
|
"eslint-plugin-vue": "^8.7.1",
|
2022-04-18 19:14:38 +08:00
|
|
|
"prettier": "^2.6.2",
|
2022-04-26 19:17:00 +08:00
|
|
|
"sass": "^1.51.0",
|
2022-02-21 23:52:59 +08:00
|
|
|
"sass-loader": "^12.6.0",
|
2022-04-18 19:14:38 +08:00
|
|
|
"typescript": "^4.6.3",
|
2022-04-28 19:39:44 +08:00
|
|
|
"vite": "^2.9.6",
|
2022-02-25 23:19:12 +08:00
|
|
|
"vue-eslint-parser": "^8.3.0"
|
2021-05-12 11:32:31 +08:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
2021-10-17 12:32:28 +08:00
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitee.com/lyt-top/vue-next-admin/issues"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12.0.0",
|
|
|
|
"npm": ">= 6.0.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue",
|
|
|
|
"vue3",
|
|
|
|
"vuejs/vue-next",
|
|
|
|
"element-ui",
|
|
|
|
"element-plus",
|
|
|
|
"vue-next-admin",
|
|
|
|
"next-admin"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitee.com/lyt-top/vue-next-admin.git"
|
|
|
|
}
|
2021-03-15 12:44:58 +08:00
|
|
|
}
|