2024-12-17 15:17:10 +00:00
|
|
|
{
|
|
|
|
"name": "pnpm",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
|
|
"format": "prettier --write src/"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2024-12-22 06:43:02 +00:00
|
|
|
"@vueup/vue-quill": "^1.2.0",
|
2024-12-17 15:17:10 +00:00
|
|
|
"axios": "^1.7.2",
|
|
|
|
"element-plus": "^2.7.6",
|
|
|
|
"pinia": "^2.1.7",
|
|
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
2024-12-24 13:44:26 +00:00
|
|
|
"pnpm": "^9.15.0",
|
2024-12-17 15:17:10 +00:00
|
|
|
"vue": "^3.5.10",
|
|
|
|
"vue-router": "^4.3.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"sass": "^1.77.6",
|
|
|
|
"unplugin-auto-import": "^0.17.6",
|
|
|
|
"unplugin-vue-components": "^0.27.2",
|
|
|
|
"vite": "^5.3.1"
|
|
|
|
}
|
|
|
|
}
|