chat-custom/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2024-05-15 10:10:35 +08:00
{
"name": "chat-custom",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"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",
"@vueup/vue-quill": "1.2.0",
"axios": "^1.6.8",
2024-05-17 13:21:50 +08:00
"element-plus": "^2.7.3",
"qs": "^6.12.1",
2024-05-15 10:10:35 +08:00
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-setup-extend-plus": "^1.0.1",
"vite-plugin-compression": "^0.5.1",
2024-05-17 13:21:50 +08:00
"vue": "^3.4.21",
"vue-router": "^4.3.0",
2024-05-15 10:10:35 +08:00
"vuex": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
2024-05-17 13:21:50 +08:00
"babel-polyfill": "^6.26.0",
2024-05-15 10:10:35 +08:00
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"prettier": "^3.2.5",
2024-05-17 13:21:50 +08:00
"vite": "^5.2.8"
2024-05-15 10:10:35 +08:00
}
}