{ "name": "audiobookshelf-client", "version": "1.6.12", "description": "Audiobook manager and player", "main": "index.js", "scripts": { "dev": "nuxt", "dev2": "nuxt --hostname localhost --port 1337", "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate" }, "author": "advplyr", "license": "ISC", "dependencies": { "@nuxtjs/axios": "^5.13.6", "@nuxtjs/proxy": "^2.1.0", "core-js": "^3.16.0", "date-fns": "^2.25.0", "epubjs": "^0.3.88", "hls.js": "^1.0.7", "libarchive.js": "^1.3.0", "nuxt": "^2.15.7", "nuxt-socket-io": "^1.1.18", "vue-pdf": "^4.3.0", "vue-toastification": "^1.7.11", "vuedraggable": "^2.24.3" }, "devDependencies": { "@nuxtjs/tailwindcss": "^4.2.1", "postcss": "^8.3.6" } }