mirror of
https://git.hmsn.ink/kospo/helptalk/user.git
synced 2026-03-19 21:14:58 +09:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "chatvia",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0 --port 8040",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0 --port 4173"
|
|
},
|
|
"dependencies": {
|
|
"@d-gs/vue-pwa-install-prompt": "^0.1.6",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@vuelidate/core": "^2.0.3",
|
|
"@vuelidate/validators": "^2.0.4",
|
|
"axios": "^1.5.1",
|
|
"bootstrap": "^5.3.2",
|
|
"bootstrap-vue-next": "^0.14.10",
|
|
"emoji-picker-element": "^1.18.4",
|
|
"firebase": "^10.4.0",
|
|
"node-sass": "^9.0.0",
|
|
"pinia": "^2.1.7",
|
|
"register-service-worker": "^1.7.2",
|
|
"simplebar-vue": "^2.3.3",
|
|
"sockjs-client": "^1.6.1",
|
|
"swiper": "^11.0.3",
|
|
"v-click-outside": "^3.2.0",
|
|
"vite-plugin-commonjs": "^0.10.4",
|
|
"vite-plugin-i18n-resources": "^1.0.3",
|
|
"vue": "^3.2.13",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-infinite-loading": "^2.4.5",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-router": "^4.2.5",
|
|
"vue3-datepicker": "^0.4.0",
|
|
"webstomp-client": "^1.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@vitejs/plugin-vue": "^5.2.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"sass": "^1.83.1",
|
|
"vite": "^6.0.7",
|
|
"vue-cli-plugin-i18n": "^2.3.2"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie 11"
|
|
]
|
|
}
|