advplyr.audiobookshelf-app/package.json

53 lines
1.6 KiB
JSON
Raw Normal View History

2021-09-01 20:07:11 -05:00
{
"name": "audiobookshelf-app",
2025-04-25 16:56:34 -05:00
"version": "0.9.81-beta",
2021-09-01 20:07:11 -05:00
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname 0.0.0.0 --port 1337",
2021-09-01 20:07:11 -05:00
"build": "nuxt build",
"start": "nuxt --hostname 0.0.0.0 --port 1337",
2021-09-01 20:07:11 -05:00
"generate": "nuxt generate",
"sync": "nuxt generate && npx cap sync",
2022-04-11 16:29:19 +02:00
"icons-android": "cordova-res android --skip-config --copy",
"ionic:build": "npm run build",
"ionic:serve": "npm run dev",
"devlive": "ionic cap run -l --external --port=1337"
2021-09-01 20:07:11 -05:00
},
"dependencies": {
2025-04-17 17:16:00 -05:00
"@webnativellc/capacitor-filesharer": "7.0.4",
"@capacitor-community/keep-awake": "^7.0.0",
"@capacitor-community/volume-buttons": "^7.0.0",
"@capacitor/android": "^7.0.0",
"@capacitor/app": "^7.0.0",
"@capacitor/browser": "^7.0.0",
"@capacitor/clipboard": "^7.0.0",
"@capacitor/core": "^7.0.0",
"@capacitor/dialog": "^7.0.0",
"@capacitor/haptics": "^7.0.0",
"@capacitor/ios": "^7.0.0",
"@capacitor/network": "^7.0.0",
"@capacitor/preferences": "^7.0.0",
"@capacitor/status-bar": "^7.0.0",
2021-09-01 20:07:11 -05:00
"@nuxtjs/axios": "^5.13.6",
"@teckel/vue-pdf": "^4.3.5",
2023-06-19 15:28:39 -05:00
"buffer": "^6.0.3",
"cordova-plugin-screen-orientation": "^3.0.4",
2021-09-01 20:07:11 -05:00
"core-js": "^3.15.1",
"date-fns": "^2.25.0",
"epubjs": "0.3.88",
"fast-average-color": "^9.3.0",
2021-10-17 20:20:00 -05:00
"libarchive.js": "^1.3.0",
2021-09-01 20:07:11 -05:00
"nuxt": "^2.15.7",
"socket.io-client": "^4.1.3",
2023-03-06 10:58:08 -06:00
"v-click-outside": "^3.2.0",
"vue-toastification": "^1.7.11",
"vuedraggable": "^2.24.3"
2021-09-01 20:07:11 -05:00
},
"devDependencies": {
"@capacitor/cli": "^6.0.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
2021-09-01 20:07:11 -05:00
}
2024-05-19 16:58:20 -05:00
}