audiobookshelf/client/package.json

44 lines
1.3 KiB
JSON
Raw Normal View History

2021-08-18 00:01:11 +02:00
{
"name": "audiobookshelf-client",
2024-05-27 23:09:32 +02:00
"version": "2.10.1",
"buildNumber": 1,
2022-05-15 19:53:41 +02:00
"description": "Self-hosted audiobook and podcast client",
2021-08-18 00:01:11 +02:00
"main": "index.js",
"scripts": {
"dev": "nuxt",
"dev2": "nuxt --hostname localhost --port 1337",
2021-08-18 00:01:11 +02:00
"build": "nuxt build",
"start": "nuxt start",
2024-04-15 22:58:13 +02:00
"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"
2021-08-18 00:01:11 +02:00
},
"author": "advplyr",
2021-08-18 00:01:11 +02:00
"license": "ISC",
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/proxy": "^2.1.0",
"@teckel/vue-pdf": "^4.3.5",
2021-08-18 00:01:11 +02:00
"core-js": "^3.16.0",
"cron-parser": "^4.7.1",
"date-fns": "^2.25.0",
"epubjs": "^0.3.88",
2024-03-15 23:10:43 +01:00
"hls.js": "^1.5.7",
"libarchive.js": "^1.3.0",
"nuxt": "^2.17.3",
2021-08-18 00:01:11 +02:00
"nuxt-socket-io": "^1.1.18",
"trix": "^1.3.1",
"v-click-outside": "^3.1.2",
2021-08-18 00:01:11 +02:00
"vue-toastification": "^1.7.11",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
2022-02-09 02:09:24 +01:00
"@nuxtjs/pwa": "^3.3.5",
"autoprefixer": "^10.4.7",
2024-04-15 22:54:56 +02:00
"cypress": "^13.7.3",
2022-07-03 03:02:43 +02:00
"postcss": "^8.3.6",
"tailwindcss": "^3.4.1"
2021-08-18 00:01:11 +02:00
}
2024-05-27 00:20:48 +02:00
}