mirror of
https://github.com/Jinnrry/PMail.git
synced 2025-02-20 11:43:09 +08:00
29 lines
700 B
JSON
29 lines
700 B
JSON
|
{
|
||
|
"name": "fe",
|
||
|
"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": {
|
||
|
"@wangeditor/editor": "^5.1.23",
|
||
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
||
|
"axios": "^1.4.0",
|
||
|
"element-plus": "^2.3.6",
|
||
|
"pinia": "^2.0.36",
|
||
|
"vue": "^3.3.2",
|
||
|
"vue-router": "^4.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vitejs/plugin-vue": "^4.2.3",
|
||
|
"eslint": "^8.39.0",
|
||
|
"eslint-plugin-vue": "^9.11.0",
|
||
|
"unplugin-auto-import": "^0.16.4",
|
||
|
"unplugin-vue-components": "^0.25.0",
|
||
|
"vite": "^4.3.5"
|
||
|
}
|
||
|
}
|