52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "UpdaterApp",
|
|
"private": true,
|
|
"version": "0.0.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "ionic serve",
|
|
"build": "vue-tsc && vite build && npx cap sync",
|
|
"android": "npm run build && npx cap run android",
|
|
"preview": "vite preview",
|
|
"test:e2e": "cypress run",
|
|
"test:unit": "vitest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^7.4.3",
|
|
"@capacitor/app": "7.1.0",
|
|
"@capacitor/core": "7.4.3",
|
|
"@capacitor/haptics": "7.0.2",
|
|
"@capacitor/keyboard": "7.0.3",
|
|
"@capacitor/status-bar": "7.0.3",
|
|
"@ionic/vue": "^8.0.0",
|
|
"@ionic/vue-router": "^8.0.0",
|
|
"cordova-plugin-ble-central": "^2.0.0",
|
|
"ionicons": "^7.0.0",
|
|
"pinia": "^3.0.3",
|
|
"updaterweblibrary": "1.1.0",
|
|
"vue": "^3.3.0",
|
|
"vue-router": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "7.4.3",
|
|
"@vitejs/plugin-legacy": "^5.0.0",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/test-utils": "^2.3.0",
|
|
"cypress": "^13.5.0",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"jsdom": "^22.1.0",
|
|
"terser": "^5.4.0",
|
|
"typescript": "~5.6.2",
|
|
"vite": "~5.2.0",
|
|
"vitest": "^0.34.6",
|
|
"vue-tsc": "^2.1.10"
|
|
},
|
|
"overrides": {
|
|
"rollup": "4.44.0"
|
|
},
|
|
"description": "An Ionic project"
|
|
}
|