audiobookshelf/client/package.json

39 lines
998 B
JSON
Raw Normal View History

2021-08-17 17:01:11 -05:00
{
"name": "audiobookshelf-client",
2022-12-19 17:16:58 -06:00
"version": "2.2.11",
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",
"dev2": "nuxt --hostname localhost --port 1337",
2021-08-17 17:01:11 -05:00
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"author": "advplyr",
2021-08-17 17:01:11 -05:00
"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",
2021-08-17 17:01:11 -05:00
"hls.js": "^1.0.7",
"libarchive.js": "^1.3.0",
"nuxt": "^2.15.8",
2021-08-17 17:01:11 -05:00
"nuxt-socket-io": "^1.1.18",
"trix": "^1.3.1",
"v-click-outside": "^3.1.2",
"vue-pdf": "^4.2.0",
2021-08-17 17:01:11 -05:00
"vue-toastification": "^1.7.11",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
2022-02-08 19:09:24 -06:00
"@nuxtjs/pwa": "^3.3.5",
2021-08-17 17:01:11 -05:00
"@nuxtjs/tailwindcss": "^4.2.1",
"autoprefixer": "^10.4.7",
2022-07-02 20:02:43 -05:00
"postcss": "^8.3.6",
"tailwindcss": "^3.1.4"
2021-08-17 17:01:11 -05:00
}
2022-07-14 19:51:33 -05:00
}