CocktailShaker-App/package.json

52 lines
1.7 KiB
JSON
Raw Normal View History

2021-06-17 18:31:10 +00:00
{
"name": "cocktail-shaker-app",
"author": "robert jeutter",
"version": "0.0.1",
"private": true,
"description": "shake your way trough the cocktailbar with this multi-platform app",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@capacitor/android": "2.4.7",
"@capacitor/core": "2.4.7",
"@capacitor/ios": "2.4.7",
"@ionic-native/core": "^5.33.1",
"@ionic-native/social-sharing": "^5.33.1",
"@ionic/cli": "^6.15.0",
"@ionic/pwa-elements": "^3.0.2",
"@ionic/storage": "^3.0.4",
"@ionic/vue": "^5.4.0",
"@ionic/vue-router": "^5.4.0",
"@vueuse/core": "^5.0.2",
"axios": "^0.21.1",
"cordova-plugin-x-socialsharing": "^6.0.3",
"core-js": "^3.6.5",
"es6-promise-plugin": "^4.2.2",
"register-service-worker": "^1.7.1",
"vue": "^3.0.0-0",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@capacitor/cli": "2.4.7",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/test-utils": "^2.0.0-0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"vue-jest": "^5.0.0-0"
},
"resolutions": {
"cypress": "^4.4.0"
}
}