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.
109 lines
2.7 KiB
109 lines
2.7 KiB
{
|
|
"name": "admin.net",
|
|
"version": "2.4.33",
|
|
"description": "Admin.NET 有可能是.NET最好用的通用权限开发框架",
|
|
"author": "zuohuaijun",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build-api": "cd api_build/ && build.bat"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@microsoft/signalr": "^8.0.0",
|
|
"@vue-flow/additional-components": "^1.3.3",
|
|
"@vue-office/docx": "^1.6.0",
|
|
"@vue-office/excel": "^1.7.0",
|
|
"@vue-office/pdf": "^1.6.4",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.6.7",
|
|
"countup.js": "^2.8.0",
|
|
"cropperjs": "^1.6.1",
|
|
"echarts": "^5.5.0",
|
|
"echarts-gl": "^2.0.9",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"element-plus": "^2.6.1",
|
|
"js-cookie": "^3.0.5",
|
|
"js-table2excel": "^1.1.2",
|
|
"jsplumb": "^2.15.6",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"monaco-editor": "^0.47.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.7",
|
|
"print-js": "^1.6.0",
|
|
"qrcodejs2-fixes": "^0.0.2",
|
|
"qs": "^6.12.0",
|
|
"screenfull": "^6.0.2",
|
|
"sm-crypto-v2": "^1.9.0",
|
|
"sortablejs": "^1.15.2",
|
|
"splitpanes": "^3.1.5",
|
|
"vcrontab-3": "^3.3.22",
|
|
"vform3-builds": "^3.0.10",
|
|
"vue": "^3.4.21",
|
|
"konva": "^9.2.0",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-demi": "^0.14.7",
|
|
"vue-grid-layout": "3.0.0-beta1",
|
|
"vue-i18n": "^9.10.1",
|
|
"vue-json-pretty": "^2.3.0",
|
|
"vue-plugin-hiprint": "0.0.57-beta6",
|
|
"vue-router": "^4.3.0",
|
|
"vue-signature-pad": "^3.0.2",
|
|
"vue3-tree-org": "^4.2.2",
|
|
"workflow-ui": "^1.2.3",
|
|
"xlsx-js-style": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^20.11.26",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/compiler-sfc": "^3.4.21",
|
|
"code-inspector-plugin": "^0.9.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
"less": "^4.2.0",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.71.1",
|
|
"typescript": "^5.4.2",
|
|
"vite": "^5.1.6",
|
|
"vite-plugin-cdn-import": "^0.3.5",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
|
|
"vue-eslint-parser": "^9.4.2"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"bugs": {
|
|
"url": "https://gitee.com/zuohuaijun/Admin.NET/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">= 7.0.0"
|
|
},
|
|
"keywords": [
|
|
"admin.net",
|
|
"vue",
|
|
"vue3",
|
|
"vuejs/vue-next",
|
|
"element-ui",
|
|
"element-plus",
|
|
"vue-next-admin",
|
|
"next-admin"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/zuohuaijun/Admin.NET"
|
|
}
|
|
}
|
|
|