{ "name": "dyomedea", "version": "0.0.1", "private": true, "dependencies": { "@awesome-cordova-plugins/core": "^5.45.0", "@awesome-cordova-plugins/geolocation": "^5.45.0", "@capacitor-community/background-geolocation": "^1.2.4", "@capacitor-community/file-opener": "^1.0.1", "@capacitor/android": "^4.2.0", "@capacitor/app": "4.0.1", "@capacitor/cli": "^4.2.0", "@capacitor/core": "^4.2.0", "@capacitor/filesystem": "^4.1.2", "@capacitor/haptics": "4.0.1", "@capacitor/keyboard": "4.0.1", "@capacitor/status-bar": "4.0.1", "@ionic/react": "^6.2.6", "@ionic/react-router": "^6.2.6", "@openpgp/asmcrypto.js": "^2.3.2", "@reduxjs/toolkit": "^1.8.5", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "@trapezedev/configure": "^5.0.6", "@types/jest": "^26.0.20", "@types/node": "^12.19.15", "@types/pouchdb": "^6.4.0", "@types/react": "^18.0.18", "@types/react-dom": "^18.0.6", "@types/react-router": "^5.1.11", "@types/react-router-dom": "^5.1.7", "buffer": "^6.0.3", "cordova-plugin-geolocation": "^4.1.0", "crypto-browserify": "^3.12.0", "font-gis": "^1.0.5", "git": "^0.1.5", "ionicons": "^6.0.3", "isomorphic-xml2js": "^0.1.3", "lodash": "^4.17.21", "pouchdb": "^7.3.0", "pouchdb-browser": "^7.3.0", "pouchdb-find": "^7.3.0", "react": "^18.2.0", "react-app-polyfill": "^3.0.0", "react-dom": "^18.2.0", "react-pouchdb": "^2.1.0", "react-redux": "^8.0.2", "react-router": "^6.3.0", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.0", "status": "^0.0.13", "stream-browserify": "^3.0.0", "typescript": "^4.8.3", "web-vitals": "^0.2.4", "workbox-background-sync": "^5.1.4", "workbox-broadcast-update": "^5.1.4", "workbox-cacheable-response": "^5.1.4", "workbox-core": "^5.1.4", "workbox-expiration": "^5.1.4", "workbox-google-analytics": "^5.1.4", "workbox-navigation-preload": "^5.1.4", "workbox-precaching": "^5.1.4", "workbox-range-requests": "^5.1.4", "workbox-routing": "^5.1.4", "workbox-strategies": "^5.1.4", "workbox-streams": "^5.1.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": { "@types/lodash": "^4.14.184" }, "description": "An Ionic project" }