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.
85 lines
2.1 KiB
85 lines
2.1 KiB
{ |
|
"name": "vue-next-admin", |
|
"version": "2.0.2", |
|
"description": "vue3 vite next admin template", |
|
"author": "lyt_20201208", |
|
"license": "MIT", |
|
"scripts": { |
|
"dev": "vite --force", |
|
"build": "vite build", |
|
"test115": "vite build --mode test115", |
|
"test": "vite build --mode test", |
|
"test89": "vite build --mode test89", |
|
"test87": "vite build --mode test87", |
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/" |
|
}, |
|
"dependencies": { |
|
"@element-plus/icons-vue": "^1.0.0", |
|
"axios": "^0.26.0", |
|
"countup.js": "^2.1.0", |
|
"cropperjs": "^1.5.12", |
|
"echarts": "^5.3.0", |
|
"echarts-gl": "^2.0.9", |
|
"echarts-wordcloud": "^2.0.0", |
|
"element-plus": "^2.0.4", |
|
"jsplumb": "^2.15.6", |
|
"mitt": "^3.0.0", |
|
"nprogress": "^0.2.0", |
|
"print-js": "^1.6.0", |
|
"qrcodejs2-fixes": "^0.0.2", |
|
"screenfull": "^6.0.1", |
|
"sortablejs": "^1.14.0", |
|
"splitpanes": "^3.1.1", |
|
"vue": "^3.2.31", |
|
"vue-clipboard3": "^1.0.1", |
|
"vue-grid-layout": "^3.0.0-beta1", |
|
"vue-i18n": "^9.1.9", |
|
"vue-quill-editor": "^3.0.6", |
|
"vue-router": "^4.0.13", |
|
"vuex": "^4.0.2", |
|
"wangeditor": "^4.7.12" |
|
}, |
|
"devDependencies": { |
|
"@types/node": "^17.0.21", |
|
"@types/nprogress": "^0.2.0", |
|
"@types/sortablejs": "^1.10.7", |
|
"@typescript-eslint/eslint-plugin": "^5.13.0", |
|
"@typescript-eslint/parser": "^5.13.0", |
|
"@vitejs/plugin-vue": "^2.2.4", |
|
"@vue/compiler-sfc": "^3.2.31", |
|
"dotenv": "^16.0.0", |
|
"eslint": "8.22.0", |
|
"eslint-plugin-vue": "^8.5.0", |
|
"prettier": "^2.5.1", |
|
"sass": "^1.49.9", |
|
"sass-loader": "^12.6.0", |
|
"typescript": "^4.6.2", |
|
"vite": "^2.8.6", |
|
"vue-eslint-parser": "^8.3.0" |
|
}, |
|
"browserslist": [ |
|
"> 1%", |
|
"last 2 versions", |
|
"not dead" |
|
], |
|
"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" |
|
} |
|
}
|
|
|