audiobookshelf-atv/package.json

53 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2021-09-02 01:07:11 +00:00
{
"name": "audiobookshelf-app",
2025-09-03 21:19:04 +00:00
"version": "0.10.1-beta",
2021-09-02 01:07:11 +00:00
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname 0.0.0.0 --port 1337",
2021-09-02 01:07:11 +00:00
"build": "nuxt build",
"start": "nuxt --hostname 0.0.0.0 --port 1337",
2021-09-02 01:07:11 +00:00
"generate": "nuxt generate",
"sync": "nuxt generate && npx cap sync",
2022-04-11 14:29:19 +00: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-02 01:07:11 +00:00
},
"dependencies": {
2025-04-17 22:16:00 +00: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-02 01:07:11 +00:00
"@nuxtjs/axios": "^5.13.6",
"@teckel/vue-pdf": "^4.3.5",
2023-06-19 20:28:39 +00:00
"buffer": "^6.0.3",
"cordova-plugin-screen-orientation": "^3.0.4",
2021-09-02 01:07:11 +00:00
"core-js": "^3.15.1",
"date-fns": "^2.25.0",
"epubjs": "0.3.88",
"fast-average-color": "^9.3.0",
2021-10-18 01:20:00 +00:00
"libarchive.js": "^1.3.0",
2021-09-02 01:07:11 +00:00
"nuxt": "^2.15.7",
"socket.io-client": "^4.1.3",
2023-03-06 16:58:08 +00:00
"v-click-outside": "^3.2.0",
"vue-toastification": "^1.7.11",
"vuedraggable": "^2.24.3"
2021-09-02 01:07:11 +00:00
},
"devDependencies": {
"@capacitor/cli": "^6.0.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
2021-09-02 01:07:11 +00:00
}
2024-05-19 21:58:20 +00:00
}