mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-11-12 14:27:49 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 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"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@guolao/vue-monaco-editor": "^1.5.1",
|
|
"@howiefh/ant-path-matcher": "^0.0.4",
|
|
"@vicons/material": "^0.12.0",
|
|
"@vueuse/core": "^10.11.0",
|
|
"async-validator": "^4.2.5",
|
|
"axios": "^1.7.2",
|
|
"dayjs": "^1.11.11",
|
|
"echarts": "^5.5.0",
|
|
"element-plus": "^2.7.5",
|
|
"lodash-es": "^4.17.21",
|
|
"monaco-editor": "^0.47.0",
|
|
"nprogress": "^0.2.0",
|
|
"numeral": "^2.0.6",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"ua-parser-js": "^1.0.38",
|
|
"vite-plugin-mock": "^3.0.1",
|
|
"vue": "^3.4.29",
|
|
"vue-echarts": "^6.7.3",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.3.3",
|
|
"vue-virtual-scroller": "^2.0.0-beta.8"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/rollup-win32-x64-msvc": "^4.18.0",
|
|
"@rushstack/eslint-patch": "^1.10.3",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
"@typescript-eslint/parser": "^7.13.1",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/eslint-config-standard": "^8.0.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.3.1",
|
|
"vite-plugin-eslint": "^1.8.1"
|
|
}
|
|
}
|