{ "name": "audiobookshelf-client", "version": "2.13.4", "buildNumber": 1, "description": "Self-hosted audiobook and podcast client", "main": "index.js", "scripts": { "dev": "nuxt", "dev2": "nuxt --hostname localhost --port 1337", "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate", "test": "npm run compile-tailwind && cypress run --component --browser chrome", "test-visually": "npm run compile-tailwind && cypress open --component --browser chrome", "compile-tailwind": "tailwindcss -i ./assets/tailwind.css -o ./cypress/support/tailwind.compiled.css" }, "author": "advplyr", "license": "ISC", "dependencies": { "@nuxtjs/axios": "^5.13.6", "@nuxtjs/proxy": "^2.1.0", "@teckel/vue-pdf": "^4.3.5", "core-js": "^3.38.1", "cron-parser": "^4.9.0", "date-fns": "^2.30.0", "epubjs": "^0.3.93", "fast-average-color": "^9.4.0", "hls.js": "^1.5.15", "libarchive.js": "^1.3.0", "nuxt": "^2.18.1", "nuxt-socket-io": "^1.1.24", "trix": "^1.3.2", "v-click-outside": "^3.2.0", "vue-toastification": "^1.7.14", "vuedraggable": "^2.24.3" }, "devDependencies": { "@nuxtjs/pwa": "^3.3.5", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.11" }, "optionalDependencies": { "cypress": "^13.14.2" } }