mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-11-12 14:27:49 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "simple-element-plus-template",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@vicons/material": "^0.12.0",
|
|
"@vueuse/core": "^10.9.0",
|
|
"axios": "^1.6.8",
|
|
"dayjs": "^1.11.10",
|
|
"element-plus": "^2.6.3",
|
|
"lodash": "^4.17.21",
|
|
"mockjs": "^1.1.0",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"vite-plugin-mock": "^3.0.1",
|
|
"vue": "^3.4.21",
|
|
"vue-i18n": "^9.10.2",
|
|
"vue-router": "^4.3.0",
|
|
"vue-virtual-scroller": "^2.0.0-beta.8"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.10.1",
|
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
"@typescript-eslint/parser": "^7.4.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-standard": "^8.0.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.24.0",
|
|
"typescript": "^5.4.3",
|
|
"vite": "^5.2.7"
|
|
}
|
|
}
|