{ "name": "audon-fe", "version": "0.3.2", "private": true, "scripts": { "dev": "cp -v index.dev.html index.html && vite", "build": "cp -v index.prod.html index.html && vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { "@intlify/unplugin-vue-i18n": "^0.8.2", "@picmo/popup-picker": "^5.7.6", "@picmo/renderer-twemoji": "^5.7.6", "@uriopass/nosleep.js": "^0.12.2", "@vuelidate/core": "^2.0.0", "@vuelidate/validators": "^2.0.0", "@vueuse/core": "^9.13.0", "axios": "^1.3.3", "howler": "^2.2.3", "livekit-client": "^1.6.5", "lodash-es": "^4.17.21", "luxon": "^3.2.1", "masto": "^5.10.0", "picmo": "^5.7.6", "pinia": "^2.0.31", "vue": "^3.2.47", "vue-i18n": "^9.2.2", "vue-router": "^4.1.6", "vuetify": "^3.1.5" }, "devDependencies": { "@mdi/js": "^7.1.96", "@rushstack/eslint-patch": "^1.2.0", "@vitejs/plugin-vue": "^3.2.0", "@vue/eslint-config-prettier": "^7.0.0", "eslint": "^8.34.0", "eslint-plugin-vue": "^9.9.0", "prettier": "^2.8.4", "vite": "^3.2.5", "vite-plugin-vuetify": "^1.0.2" } }