2024-05-15 08:26:41 +08:00
|
|
|
{
|
|
|
|
"name": "chat-custom",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2024-05-15 10:07:44 +08:00
|
|
|
"build:prod": "vite build",
|
|
|
|
"build:stage": "vite build --mode staging",
|
2024-05-15 08:26:41 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
|
|
"format": "prettier --write src/"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"vue": "^3.4.21",
|
2024-05-15 10:07:44 +08:00
|
|
|
"vue-router": "^4.3.0",
|
|
|
|
"element-plus": "^2.7.3",
|
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
|
|
"@vueup/vue-quill": "1.2.0",
|
|
|
|
"axios": "^1.6.8",
|
|
|
|
"unplugin-auto-import": "^0.17.5",
|
|
|
|
"unplugin-vue-setup-extend-plus": "^1.0.1",
|
|
|
|
"vite-plugin-compression": "^0.5.1",
|
|
|
|
"vuex": "^4.1.0"
|
2024-05-15 08:26:41 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
|
|
"prettier": "^3.2.5",
|
2024-05-15 10:07:44 +08:00
|
|
|
"vite": "^5.2.8",
|
|
|
|
"babel-polyfill": "^6.26.0"
|
2024-05-15 08:26:41 +08:00
|
|
|
}
|
|
|
|
}
|