{
|
"name": "myapp2",
|
"displayName": "Lock App",
|
"version": "0.0.1",
|
"private": true,
|
"scripts": {
|
"serve": "vue-cli-service serve",
|
"build0": "vue-cli-service build",
|
"build": "echo hhh",
|
"test:unit": "vue-cli-service test:unit",
|
"test:e2e": "vue-cli-service test:e2e",
|
"copyicons": "node copyIcon.js",
|
"lint": "vue-cli-service lint"
|
},
|
"dependencies": {
|
"@capacitor-community/bluetooth-le": "^6.1.0",
|
"@capacitor/android": "6.2.0",
|
"@capacitor/app": "6.0.2",
|
"@capacitor/camera": "^6.1.2",
|
"@capacitor/core": "6.2.0",
|
"@capacitor/geolocation": "^6.1.0",
|
"@capacitor/haptics": "6.0.2",
|
"@capacitor/keyboard": "6.0.3",
|
"@capacitor/status-bar": "6.0.2",
|
"@ionic-native/bluetooth-le": "^5.36.0",
|
"@ionic/vue": "^7.0.0",
|
"@ionic/vue-router": "^7.0.0",
|
"cordova-plugin-bluetoothle": "^6.7.4",
|
"core-js": "^3.6.5",
|
"ionicons": "^7.0.0",
|
"vue": "^3.2.47",
|
"vue-qrcode-reader": "^5.6.0",
|
"vue-router": "^4.1.6"
|
},
|
"devDependencies": {
|
"@capacitor/cli": "6.2.0",
|
"@types/jest": "^27.0.2",
|
"@capacitor/assets": "3.0.5",
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
"@typescript-eslint/parser": "^5.6.0",
|
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
|
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
|
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
|
"@vue/cli-plugin-router": "~5.0.0-rc.1",
|
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
|
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
|
"@vue/cli-service": "~5.0.0-rc.1",
|
"@vue/eslint-config-typescript": "^11.0.2",
|
"@vue/test-utils": "^2.0.0-rc.16",
|
"@vue/vue3-jest": "^27.0.0-alpha.3",
|
"babel-jest": "^27.3.1",
|
"cypress": "^8.7.0",
|
"eslint": "^8.4.1",
|
"eslint-plugin-vue": "^9.8.0",
|
"jest": "^27.3.1",
|
"ts-jest": "^27.0.7",
|
"typescript": "^4.3.5"
|
},
|
"description": "An Ionic project"
|
}
|