2021-08-17 17:01:11 -05:00
|
|
|
{
|
|
|
|
"name": "audiobookshelf-client",
|
2025-06-14 17:57:19 -05:00
|
|
|
"version": "2.25.1",
|
2023-10-22 15:53:05 -05:00
|
|
|
"buildNumber": 1,
|
2022-05-15 12:53:41 -05:00
|
|
|
"description": "Self-hosted audiobook and podcast client",
|
2021-08-17 17:01:11 -05:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "nuxt",
|
2021-10-12 20:07:42 -05:00
|
|
|
"dev2": "nuxt --hostname localhost --port 1337",
|
2021-08-17 17:01:11 -05:00
|
|
|
"build": "nuxt build",
|
|
|
|
"start": "nuxt start",
|
2024-04-15 23:58:13 +03: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",
|
2025-03-16 16:41:37 +02:00
|
|
|
"compile-tailwind": "npx @tailwindcss/cli -i ./assets/tailwind.css -o ./cypress/support/tailwind.compiled.css"
|
2021-08-17 17:01:11 -05:00
|
|
|
},
|
2021-09-19 19:22:35 -05:00
|
|
|
"author": "advplyr",
|
2021-08-17 17:01:11 -05:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
|
|
"@nuxtjs/proxy": "^2.1.0",
|
2025-03-16 16:41:37 +02:00
|
|
|
"@tailwindcss/postcss": "^4.0.13",
|
2023-05-24 16:41:16 -05:00
|
|
|
"@teckel/vue-pdf": "^4.3.5",
|
2021-08-17 17:01:11 -05:00
|
|
|
"core-js": "^3.16.0",
|
2023-02-28 17:04:46 +00:00
|
|
|
"cron-parser": "^4.7.1",
|
2021-10-12 20:07:42 -05:00
|
|
|
"date-fns": "^2.25.0",
|
2021-10-02 13:50:39 -05:00
|
|
|
"epubjs": "^0.3.88",
|
2024-07-02 17:40:42 -05:00
|
|
|
"fast-average-color": "^9.4.0",
|
2024-03-15 17:10:43 -05:00
|
|
|
"hls.js": "^1.5.7",
|
2021-10-16 20:33:49 -05:00
|
|
|
"libarchive.js": "^1.3.0",
|
2024-09-03 19:36:58 -04:00
|
|
|
"nuxt": "^2.18.1",
|
2021-08-17 17:01:11 -05:00
|
|
|
"nuxt-socket-io": "^1.1.18",
|
2022-05-28 13:36:58 -05:00
|
|
|
"trix": "^1.3.1",
|
2021-11-09 20:30:44 -06:00
|
|
|
"v-click-outside": "^3.1.2",
|
2021-08-17 17:01:11 -05:00
|
|
|
"vue-toastification": "^1.7.11",
|
|
|
|
"vuedraggable": "^2.24.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-08 19:09:24 -06:00
|
|
|
"@nuxtjs/pwa": "^3.3.5",
|
2025-03-16 16:41:37 +02:00
|
|
|
"@tailwindcss/cli": "^4.0.14",
|
2022-07-02 20:02:43 -05:00
|
|
|
"postcss": "^8.3.6",
|
2025-03-16 16:41:37 +02:00
|
|
|
"tailwindcss": "^4.0.13"
|
2024-07-21 11:30:50 +10:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"cypress": "^13.7.3"
|
2021-08-17 17:01:11 -05:00
|
|
|
}
|
2024-05-26 17:20:48 -05:00
|
|
|
}
|