{ "name": "audiobookshelf-client", "version": "2.2.19", "description": "Self-hosted audiobook and podcast client", "main": "index.js", "scripts": { "dev": "nuxi dev", "dev2": "nuxi dev --hostname localhost --port 1337", "build": "nuxi build", "start": "nuxi preview", "generate": "nuxi generate" }, "author": "advplyr", "license": "ISC", "dependencies": { "@nuxt/bridge": "npm:@nuxt/bridge-edge@^3.0.0-28051151.e88ad64", "@nuxtjs/axios": "^5.13.6", "core-js": "^3.16.0", "cron-parser": "^4.7.1", "date-fns": "^2.25.0", "epubjs": "^0.5.0-alpha.0", "hls.js": "^1.0.7", "libarchive.js": "^1.3.0", "nuxt": "^2.16.3", "nuxt-socket-io": "^1.1.18", "pwa-nuxt-bridge": "^5.0.1", "trix": "^1.3.1", "v-click-outside": "^3.1.2", "vue-pdf": "^4.2.0", "vue-toastification": "^1.7.11", "vuedraggable": "^2.24.3" }, "devDependencies": { "@nuxtjs/tailwindcss": "^6.6.7", "autoprefixer": "^10.4.7", "minimatch": "^8.0.4", "postcss": "^8.3.6", "tailwindcss": "^3.1.4" } }