forked from advplyr/audiobookshelf-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "audiobookshelf-app",
"version": "0.14.0-beta",
"author": "advplyr",
"scripts": {
"build": "nuxt build",
"dev": "nuxt --hostname 0.0.0.0 --port 1337",
"devlive": "ionic cap run -l --external --port=1337",
"generate": "nuxt generate",
"icons-android": "cordova-res android --skip-config --copy",
"ionic:build": "npm run build",
"ionic:serve": "npm run dev",
"start": "nuxt --hostname 0.0.0.0 --port 1337",
"sync": "nuxt generate && npx cap sync",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test --config test-e2e/playwright.config.mjs --project=web",
"test:e2e:build": "npm run generate && npm run test:e2e"
},
"dependencies": {
"@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",
"@nuxtjs/axios": "^5.13.6",
"@teckel/vue-pdf": "^4.3.5",
"@webnativellc/capacitor-filesharer": "7.0.4",
"buffer": "^6.0.3",
"cordova-plugin-screen-orientation": "^3.0.4",
"core-js": "^3.15.1",
"date-fns": "^2.25.0",
"epubjs": "0.3.88",
"fast-average-color": "^9.3.0",
"libarchive.js": "^1.3.0",
"nuxt": "^2.15.7",
"socket.io-client": "^4.1.3",
"v-click-outside": "^3.2.0",
"vue-toastification": "^1.7.11",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@capacitor/cli": "^6.0.0",
"@playwright/test": "^1.62.1",
"@vitejs/plugin-vue2": "^2.3.4",
"@vue/test-utils": "^1.3.6",
"autoprefixer": "^10.4.17",
"happy-dom": "^15.11.7",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vitest": "^2.1.9"
}
}