71 lines
2.1 KiB
JSON
71 lines
2.1 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": "^6.0.0",
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"@bytemd/plugin-gfm": "^1.17.2",
|
|
"@npkg/tinymce-plugins": "^0.0.7",
|
|
"ant-design-vue": "^3.2.11",
|
|
"axios": "^0.27.2",
|
|
"bytemd": "^1.17.2",
|
|
"countup.js": "^2.3.2",
|
|
"cropperjs": "^1.5.12",
|
|
"dayjs": "^1.11.5",
|
|
"echarts": "^5.3.3",
|
|
"echarts-wordcloud": "^2.0.0",
|
|
"ele-admin-pro": "^1.11.1",
|
|
"github-markdown-css": "^5.1.0",
|
|
"jsbarcode": "^3.11.5",
|
|
"lodash-es": "^4.17.21",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.21",
|
|
"sortablejs": "^1.15.0",
|
|
"tinymce": "^5.10.5",
|
|
"vue": "3.2.38",
|
|
"vue-echarts": "^6.2.3",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.5",
|
|
"vuedraggable": "^4.1.0",
|
|
"xgplayer": "^2.31.7",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/node": "^18.7.14",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/sortablejs": "^1.13.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
|
"@typescript-eslint/parser": "^5.36.1",
|
|
"@vitejs/plugin-legacy": "^2.0.1",
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"@vue/compiler-sfc": "^3.2.38",
|
|
"eslint": "^8.23.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-define-config": "^1.7.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.4.0",
|
|
"less": "^4.1.3",
|
|
"postcss": "^8.4.16",
|
|
"prettier": "^2.7.1",
|
|
"rimraf": "^3.0.2",
|
|
"terser": "^5.15.0",
|
|
"typescript": "^4.8.2",
|
|
"unplugin-vue-components": "^0.22.4",
|
|
"vite": "^3.0.9",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vue-eslint-parser": "^9.0.3",
|
|
"vue-tsc": "^0.40.5"
|
|
}
|
|
}
|