2023-10-23 17:08:28 +02:00
|
|
|
{
|
|
|
|
"name": "ionic-app-base",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"ionic": "ionic serve",
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"test.e2e": "cypress run",
|
|
|
|
"test.unit": "vitest",
|
|
|
|
"lint": "eslint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-24 21:26:31 +02:00
|
|
|
"@capacitor/core": "^5.5.0",
|
|
|
|
"@capawesome/capacitor-file-picker": "^5.1.1",
|
2023-10-23 17:08:28 +02:00
|
|
|
"@ionic/react": "^7.0.0",
|
|
|
|
"@ionic/react-router": "^7.0.0",
|
|
|
|
"@types/react-router": "^5.1.20",
|
|
|
|
"@types/react-router-dom": "^5.3.3",
|
|
|
|
"ionicons": "^7.0.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-router": "^5.3.4",
|
|
|
|
"react-router-dom": "^5.3.4",
|
|
|
|
"shared-operations": "file:../shared-operations"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^14.0.0",
|
|
|
|
"@testing-library/user-event": "^14.4.3",
|
|
|
|
"@types/react": "^18.0.27",
|
|
|
|
"@types/react-dom": "^18.0.10",
|
|
|
|
"@vitejs/plugin-legacy": "^4.0.2",
|
|
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
|
|
"cypress": "^13.3.2",
|
|
|
|
"eslint": "^8.35.0",
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
"jsdom": "^22.1.0",
|
|
|
|
"typescript": "^5.1.6",
|
|
|
|
"vite": "^4.3.9",
|
|
|
|
"vitest": "^0.32.2"
|
|
|
|
}
|
|
|
|
}
|