2020-12-08 18:20:35 +08:00
|
|
|
{
|
2021-03-15 12:44:58 +08:00
|
|
|
"name": "vue-next-admin",
|
2022-12-12 13:00:54 +08:00
|
|
|
"version": "2.4.21",
|
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-12-09 23:55:16 +08:00
|
|
|
"axios": "^1.2.1",
|
2023-02-08 08:47:22 +08:00
|
|
|
"crypto-js": "^3.1.9-1",
|
|
|
|
"echarts": "^5.4.1",
|
2022-12-09 23:55:16 +08:00
|
|
|
"element-plus": "^2.2.26",
|
2022-05-22 17:18:13 +08:00
|
|
|
"js-cookie": "^3.0.1",
|
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-12-09 23:55:16 +08:00
|
|
|
"pinia": "^2.0.28",
|
2022-12-05 10:48:16 +08:00
|
|
|
"qs": "^6.11.0",
|
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
|
|
|
"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",
|
2023-01-31 10:33:47 +08:00
|
|
|
"vue-router": "^4.1.6",
|
2023-02-08 08:47:22 +08:00
|
|
|
"vxe-table": "^4.3.5",
|
|
|
|
"xe-utils": "^3.5.4"
|
2021-03-15 12:44:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-12 13:00:54 +08:00
|
|
|
"@types/node": "^18.11.13",
|
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-12-09 23:55:16 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
|
|
|
"@typescript-eslint/parser": "^5.46.0",
|
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
2022-11-16 15:34:23 +08:00
|
|
|
"@vue/compiler-sfc": "^3.2.45",
|
2023-02-08 08:47:22 +08:00
|
|
|
"consola": "^2.15.3",
|
2023-02-02 17:56:07 +08:00
|
|
|
"eslint": "8.22.0",
|
2022-11-29 22:03:40 +08:00
|
|
|
"eslint-plugin-vue": "^9.8.0",
|
2022-12-09 23:55:16 +08:00
|
|
|
"prettier": "^2.8.1",
|
|
|
|
"sass": "^1.56.2",
|
|
|
|
"typescript": "^4.9.4",
|
2023-02-02 17:56:07 +08:00
|
|
|
"unplugin-auto-import": "^0.13.0",
|
2022-12-09 23:55:16 +08:00
|
|
|
"vite": "^4.0.0",
|
2023-02-08 08:47:22 +08:00
|
|
|
"vite-plugin-style-import": "^2.0.0",
|
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-12-09 23:55:16 +08:00
|
|
|
"node": ">=16.0.0",
|
2022-11-30 17:34:16 +08:00
|
|
|
"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
|
|
|
}
|