Compare commits
1 Commits
6db9db82b1
...
2666e181f5
Author | SHA1 | Date |
---|---|---|
Tim Gröger | 2666e181f5 |
|
@ -16,6 +16,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flaschengeist/api": "file:./api",
|
"@flaschengeist/api": "file:./api",
|
||||||
|
"@flaschengeist/balance": "^1.0.0-alpha.1",
|
||||||
|
"@flaschengeist/schedule": "^1.0.0-alpha.4",
|
||||||
"@flaschengeist/users": "^1.0.0-alpha.1",
|
"@flaschengeist/users": "^1.0.0-alpha.1",
|
||||||
"axios": "^0.24.0",
|
"axios": "^0.24.0",
|
||||||
"pinia": "^2.0.4",
|
"pinia": "^2.0.4",
|
||||||
|
@ -59,7 +61,8 @@
|
||||||
],
|
],
|
||||||
"cordova": [
|
"cordova": [
|
||||||
"iOS >= 13.0",
|
"iOS >= 13.0",
|
||||||
"Android >= 76"
|
"Android >= 76",
|
||||||
|
"ChromeAndroid >= 76"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// You can add your plugins here
|
// You can add your plugins here
|
||||||
module.exports = [
|
module.exports = [
|
||||||
// '@flaschengeist/balance',
|
'@flaschengeist/balance',
|
||||||
// '@flaschengeist/schedule',
|
'@flaschengeist/schedule',
|
||||||
// '@flaschengeist/pricelist',
|
// '@flaschengeist/pricelist',
|
||||||
]
|
]
|
||||||
|
|
|
@ -24,6 +24,9 @@ module.exports = configure(function (/* ctx */) {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
bin: {
|
||||||
|
linuxAndroidStudio: '/home/ferdinand/Downloads/android-studio/bin/studio.sh'
|
||||||
|
},
|
||||||
|
|
||||||
// https://quasar.dev/quasar-cli/prefetch-feature
|
// https://quasar.dev/quasar-cli/prefetch-feature
|
||||||
// preFetch: true,
|
// preFetch: true,
|
||||||
|
|
Loading…
Reference in New Issue