70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "ele-admin-pro-template",
|
|
"version": "1.11.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"serve": "vite build && vite preview",
|
|
"build": "vite build",
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts}\" --fix",
|
|
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite/",
|
|
"clean:lib": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
"@ant-design/colors": "^7.0.0",
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"@bytemd/plugin-gfm": "^1.21.0",
|
|
"ant-design-vue": "^3.2.17",
|
|
"axios": "^1.3.5",
|
|
"bytemd": "^1.21.0",
|
|
"countup.js": "^2.6.0",
|
|
"cropperjs": "^1.5.13",
|
|
"dayjs": "^1.11.7",
|
|
"echarts": "^5.4.2",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"ele-admin-pro": "^1.11.1",
|
|
"github-markdown-css": "^5.2.0",
|
|
"jsbarcode": "^3.11.5",
|
|
"lodash-es": "^4.17.21",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.34",
|
|
"sortablejs": "^1.15.0",
|
|
"tinymce": "^5.10.7",
|
|
"vue": "^3.2.47",
|
|
"vue-echarts": "^6.5.4",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.6",
|
|
"vuedraggable": "^4.1.0",
|
|
"xgplayer": "^3.0.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/node": "^18.15.11",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/sortablejs": "^1.15.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
|
"@typescript-eslint/parser": "^5.58.0",
|
|
"@vitejs/plugin-legacy": "^4.0.2",
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
"@vue/compiler-sfc": "^3.2.47",
|
|
"eslint": "^8.38.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-define-config": "^1.18.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.11.0",
|
|
"less": "^4.1.3",
|
|
"postcss": "^8.4.22",
|
|
"prettier": "^2.8.7",
|
|
"rimraf": "^5.0.0",
|
|
"terser": "^5.16.9",
|
|
"typescript": "^5.0.4",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"vite": "^4.2.1",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vue-eslint-parser": "^9.1.1",
|
|
"vue-tsc": "^1.2.0"
|
|
}
|
|
}
|