[test] enable all plugins
This commit is contained in:
parent
979eab05af
commit
0c279289b2
|
@ -17,6 +17,9 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flaschengeist/api": "file:./api",
|
"@flaschengeist/api": "file:./api",
|
||||||
"@flaschengeist/users": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-users.git#develop",
|
"@flaschengeist/users": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-users.git#develop",
|
||||||
|
"@flaschengeist/schedule": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-schedule.git#develop",
|
||||||
|
"@flaschengeist/balance": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-balance.git#develop",
|
||||||
|
"@flaschengeist/pricelist": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-pricelist.git#develop",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"cordova": "^10.0.0",
|
"cordova": "^10.0.0",
|
||||||
"pinia": "^2.0.0-alpha.19",
|
"pinia": "^2.0.0-alpha.19",
|
||||||
|
@ -26,7 +29,6 @@
|
||||||
"@flaschengeist/types": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-types.git#develop",
|
"@flaschengeist/types": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-types.git#develop",
|
||||||
"@quasar/app": "^3.0.0-beta.26",
|
"@quasar/app": "^3.0.0-beta.26",
|
||||||
"@quasar/extras": "^1.10.4",
|
"@quasar/extras": "^1.10.4",
|
||||||
"@quasar/quasar-app-extension-qcalendar": "4.0.0-alpha.8",
|
|
||||||
"@types/node": "^12.20.13",
|
"@types/node": "^12.20.13",
|
||||||
"@types/webpack": "^5.28.0",
|
"@types/webpack": "^5.28.0",
|
||||||
"@types/webpack-env": "^1.16.0",
|
"@types/webpack-env": "^1.16.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// You can add your plugins here
|
// You can add your plugins here
|
||||||
module.exports = [
|
module.exports = [
|
||||||
/* '@flaschengeist/balances', */
|
'@flaschengeist/balance',
|
||||||
/* '@flaschengeist/schedule', */
|
'@flaschengeist/schedule',
|
||||||
/* '@flaschengeist/pricelist', */
|
'@flaschengeist/pricelist',
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"@quasar/qcalendar": {}
|
|
||||||
}
|
|
Loading…
Reference in New Issue