59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "mobile",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun scripts/watch-openapi.ts & vite",
|
|
"dev:vite": "vite",
|
|
"dev:watch": "bun scripts/watch-openapi.ts",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test.e2e": "cypress run",
|
|
"test.unit": "vitest",
|
|
"lint": "biome check --write",
|
|
"postinstall": "bun scripts/postinstall.ts"
|
|
},
|
|
"dependencies": {
|
|
"@aparajita/capacitor-secure-storage": "^7.1.6",
|
|
"@capacitor/app": "8.0.0",
|
|
"@capacitor/core": "8.0.0",
|
|
"@capacitor/haptics": "8.0.0",
|
|
"@capacitor/keyboard": "8.0.0",
|
|
"@capacitor/status-bar": "8.0.0",
|
|
"@hey-api/client-fetch": "^0.13.1",
|
|
"@hey-api/openapi-ts": "^0.90.2",
|
|
"@ionic/react": "^8.5.0",
|
|
"@ionic/react-router": "^8.5.0",
|
|
"@types/bun": "^1.3.5",
|
|
"@types/react-router": "^5.1.20",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"ionicons": "^7.4.0",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-router": "^5.3.4",
|
|
"react-router-dom": "^5.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.11",
|
|
"@capacitor/cli": "8.0.0",
|
|
"@testing-library/dom": ">=7.21.4",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/react": "19.0.10",
|
|
"@types/react-dom": "19.0.4",
|
|
"@vitejs/plugin-legacy": "^5.0.0",
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
"cypress": "^13.5.0",
|
|
"globals": "^15.15.0",
|
|
"jsdom": "^22.1.0",
|
|
"terser": "^5.4.0",
|
|
"typescript": "~5.9.0",
|
|
"vite": "^5.0.0",
|
|
"vitest": "^0.34.6",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"description": "An Ionic project"
|
|
}
|