Files
simple-element-plus-template/package.json
2026-01-31 21:59:19 +08:00

57 lines
1.7 KiB
JSON

{
"name": "simple-element-plus-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"hmr": "vite --debug hmr"
},
"repository": {
"type": "git",
"url": "https://github.com/fugary/simple-element-plus-template"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@guolao/vue-monaco-editor": "^1.6.0",
"@howiefh/ant-path-matcher": "^0.0.4",
"@vicons/material": "^0.13.0",
"@vueuse/core": "^14.2.0",
"async-validator": "^4.2.5",
"axios": "^1.13.4",
"dayjs": "^1.11.19",
"echarts": "^6.0.0",
"element-plus": "^2.13.2",
"lodash-es": "^4.17.23",
"monaco-editor": "^0.55.1",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"sortablejs": "^1.15.6",
"split.js": "^1.6.5",
"ua-parser-js": "^2.0.8",
"vite-plugin-mock": "^3.0.2",
"vue": "^3.5.27",
"vue-echarts": "^8.0.1",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.1",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.15.0",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.33.0",
"rollup-plugin-visualizer": "^6.0.5",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-eslint": "^1.8.1"
}
}