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.
71 lines
2.1 KiB
71 lines
2.1 KiB
{
|
|
"name": "ele-admin-plus-ts",
|
|
"version": "1.1.9",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"serve": "vite build && vite preview --host",
|
|
"build": "vite build",
|
|
"serve:staging": "vite build --mode staging && vite preview --host",
|
|
"build:staging": "vite build --mode staging",
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,js}\" --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.2",
|
|
"@bytemd/plugin-gfm": "^1.21.0",
|
|
"@bytemd/plugin-highlight": "^1.21.0",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.6.8",
|
|
"bytemd": "^1.21.0",
|
|
"countup.js": "^2.8.0",
|
|
"cropperjs": "^1.6.1",
|
|
"dayjs": "^1.11.10",
|
|
"echarts": "^5.5.0",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"ele-admin-plus": "^1.1.9",
|
|
"element-plus": "^2.7.0",
|
|
"github-markdown-css": "^5.5.1",
|
|
"highlight.js": "^11.9.0",
|
|
"jsbarcode": "^3.11.6",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.7",
|
|
"sortablejs": "^1.15.2",
|
|
"tinymce": "^5.10.9",
|
|
"vue": "^3.4.21",
|
|
"vue-echarts": "^6.6.9",
|
|
"vue-i18n": "^9.12.0",
|
|
"vue-router": "^4.3.0",
|
|
"vuedraggable": "^4.1.0",
|
|
"xgplayer": "^3.0.16",
|
|
"xgplayer-hls": "^3.0.16",
|
|
"xgplayer-music": "^3.0.16",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.7",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
"@typescript-eslint/parser": "^7.6.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/compiler-sfc": "^3.4.21",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.24.1",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.2.5",
|
|
"rimraf": "^5.0.5",
|
|
"sass": "^1.75.0",
|
|
"typescript": "^5.4.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vue-eslint-parser": "^9.4.2",
|
|
"vue-tsc": "^2.0.13"
|
|
}
|
|
}
|
|
|