mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-09-01 13:51:27 +02:00
feat: unified package
This commit is contained in:
parent
f850db23fe
commit
0f42a4d580
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,14 +1,13 @@
|
|||||||
.env
|
.env
|
||||||
/dev.js
|
/dev.js
|
||||||
**/node_modules/
|
/node_modules/
|
||||||
/config/
|
/config/
|
||||||
/audiobooks/
|
/audiobooks/
|
||||||
/audiobooks2/
|
/audiobooks2/
|
||||||
/podcasts/
|
/podcasts/
|
||||||
/media/
|
/media/
|
||||||
/metadata/
|
/metadata/
|
||||||
/client/.nuxt/
|
/.nuxt/
|
||||||
/client/dist/
|
|
||||||
/dist/
|
/dist/
|
||||||
/deploy/
|
/deploy/
|
||||||
/coverage/
|
/coverage/
|
||||||
|
19144
client/package-lock.json
generated
19144
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,46 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "audiobookshelf-client",
|
|
||||||
"version": "2.17.2",
|
|
||||||
"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.16.0",
|
|
||||||
"cron-parser": "^4.7.1",
|
|
||||||
"date-fns": "^2.25.0",
|
|
||||||
"epubjs": "^0.3.88",
|
|
||||||
"fast-average-color": "^9.4.0",
|
|
||||||
"hls.js": "^1.5.7",
|
|
||||||
"libarchive.js": "^1.3.0",
|
|
||||||
"nuxt": "^2.18.1",
|
|
||||||
"nuxt-socket-io": "^1.1.18",
|
|
||||||
"trix": "^1.3.1",
|
|
||||||
"v-click-outside": "^3.1.2",
|
|
||||||
"vue-toastification": "^1.7.11",
|
|
||||||
"vuedraggable": "^2.24.3"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@nuxtjs/pwa": "^3.3.5",
|
|
||||||
"autoprefixer": "^10.4.7",
|
|
||||||
"postcss": "^8.3.6",
|
|
||||||
"tailwindcss": "^3.4.1"
|
|
||||||
},
|
|
||||||
"optionalDependencies": {
|
|
||||||
"cypress": "^13.7.3"
|
|
||||||
}
|
|
||||||
}
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user