2020-12-08 18:20:35 +08:00
|
|
|
{
|
2021-03-15 12:44:58 +08:00
|
|
|
"name": "vue-next-admin",
|
2022-11-30 23:04:40 +08:00
|
|
|
"version": "2.4.1",
|
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-11-16 15:34:23 +08:00
|
|
|
"@element-plus/icons-vue": "^2.0.10",
|
2022-11-29 22:03:40 +08:00
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
|
|
"axios": "^1.2.0",
|
2022-07-10 19:37:39 +08:00
|
|
|
"countup.js": "^2.3.2",
|
2022-11-29 22:03:40 +08:00
|
|
|
"cropperjs": "^1.5.13",
|
2022-11-16 15:34:23 +08:00
|
|
|
"echarts": "^5.4.0",
|
2022-03-04 12:39:54 +08:00
|
|
|
"echarts-gl": "^2.0.9",
|
2022-11-29 22:03:40 +08:00
|
|
|
"echarts-wordcloud": "^2.1.0",
|
|
|
|
"element-plus": "^2.2.25",
|
2022-05-22 17:18:13 +08:00
|
|
|
"js-cookie": "^3.0.1",
|
2022-11-29 22:03:40 +08:00
|
|
|
"js-table2excel": "^1.0.3",
|
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-11-29 22:03:40 +08:00
|
|
|
"pinia": "^2.0.27",
|
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-07-10 19:37:39 +08:00
|
|
|
"screenfull": "^6.0.2",
|
2022-04-18 19:14:38 +08:00
|
|
|
"sortablejs": "^1.15.0",
|
2022-11-16 15:34:23 +08:00
|
|
|
"splitpanes": "^3.1.5",
|
|
|
|
"vue": "^3.2.45",
|
2022-04-18 19:14:38 +08:00
|
|
|
"vue-clipboard3": "^2.0.0",
|
2021-04-28 17:02:32 +08:00
|
|
|
"vue-grid-layout": "^3.0.0-beta1",
|
2022-11-16 15:34:23 +08:00
|
|
|
"vue-i18n": "^9.2.2",
|
|
|
|
"vue-router": "^4.1.6"
|
2021-03-15 12:44:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-16 15:34:23 +08:00
|
|
|
"@types/node": "^18.11.9",
|
2021-03-15 12:44:58 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-11-16 15:34:23 +08:00
|
|
|
"@types/sortablejs": "^1.15.0",
|
2022-11-29 22:03:40 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
|
|
"@typescript-eslint/parser": "^5.45.0",
|
2022-11-16 15:34:23 +08:00
|
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
|
|
"@vue/compiler-sfc": "^3.2.45",
|
2022-11-29 22:03:40 +08:00
|
|
|
"eslint": "^8.28.0",
|
|
|
|
"eslint-plugin-vue": "^9.8.0",
|
|
|
|
"prettier": "^2.8.0",
|
2022-11-16 15:34:23 +08:00
|
|
|
"sass": "^1.56.1",
|
|
|
|
"typescript": "^4.9.3",
|
|
|
|
"vite": "^3.2.4",
|
2022-11-29 22:03:40 +08:00
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
2022-11-16 15:34:23 +08:00
|
|
|
"vue-eslint-parser": "^9.1.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": {
|
2022-11-30 17:34:16 +08:00
|
|
|
"node": ">=14.0.0",
|
|
|
|
"npm": ">= 7.0.0"
|
2021-10-17 12:32:28 +08:00
|
|
|
},
|
|
|
|
"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
|
|
|
}
|