{ "name": "dyomedea", "version": "0.0.2", "private": true, "dependencies": { "@awesome-cordova-plugins/geolocation": "^6.2.0", "@capacitor/android": "^4.5.0", "@capacitor/app": "^4.1.1", "@capacitor/core": "^4.5.0", "@capacitor/haptics": "^4.1.0", "@capacitor/keyboard": "^4.1.0", "@capacitor/status-bar": "^4.1.0", "@ionic/react": "^6.3.7", "@ionic/react-router": "^6.3.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.2.3", "@types/node": "^18.11.9", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "@types/react-router": "^5.1.19", "@types/react-router-dom": "^5.3.3", "ionicons": "^6.0.4", "isomorphic-xml2js": "^0.1.3", "jotai": "^1.10.0", "lodash": "^4.17.21", "pouchdb": "^7.3.1", "pouchdb-browser": "^7.3.1", "pouchdb-find": "^7.3.1", "react": "^18.2.0", "react-cool-dimensions": "^2.0.7", "react-dom": "^18.2.0", "react-localization": "^1.0.19", "react-router": "^6.4.3", "react-router-dom": "^6.4.3", "react-scripts": "^5.0.1", "typedoc": "^0.23.21", "typescript": "^4.9.3", "web-vitals": "^3.1.0", "workbox-background-sync": "^6.5.4", "workbox-broadcast-update": "^6.5.4", "workbox-cacheable-response": "^6.5.4", "workbox-core": "^6.5.4", "workbox-expiration": "^6.5.4", "workbox-navigation-preload": "^6.5.4", "workbox-precaching": "^6.5.4", "workbox-range-requests": "^6.5.4", "workbox-routing": "^6.5.4", "workbox-strategies": "^6.5.4", "workbox-streams": "^6.5.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@capacitor/cli": "^4.5.0", "@ionic/cli": "^6.20.4", "@types/lodash": "^4.14.189", "@types/pouchdb": "^6.4.0" }, "description": "An Ionic project" }