2022-08-31 12:35:20 +00:00
|
|
|
{
|
|
|
|
"name": "dyomedea",
|
2022-11-21 13:43:07 +00:00
|
|
|
"version": "0.0.2",
|
2022-08-31 12:35:20 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-11-21 13:43:07 +00:00
|
|
|
"@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",
|
2022-11-14 13:13:12 +00:00
|
|
|
"isomorphic-xml2js": "^0.1.3",
|
2022-11-21 13:43:07 +00:00
|
|
|
"jotai": "^1.10.0",
|
2022-10-17 15:15:24 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-11-21 13:43:07 +00:00
|
|
|
"pouchdb": "^7.3.1",
|
|
|
|
"pouchdb-browser": "^7.3.1",
|
|
|
|
"pouchdb-find": "^7.3.1",
|
2022-08-31 19:21:53 +00:00
|
|
|
"react": "^18.2.0",
|
2022-11-02 14:14:34 +00:00
|
|
|
"react-cool-dimensions": "^2.0.7",
|
2022-08-31 19:21:53 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2022-11-21 13:43:07 +00:00
|
|
|
"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"
|
2022-08-31 12:35:20 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2022-11-21 13:43:07 +00:00
|
|
|
"@capacitor/cli": "^4.5.0",
|
|
|
|
"@ionic/cli": "^6.20.4",
|
|
|
|
"@types/lodash": "^4.14.189",
|
2022-11-03 16:27:02 +00:00
|
|
|
"@types/pouchdb": "^6.4.0"
|
2022-08-31 12:35:20 +00:00
|
|
|
},
|
2022-10-17 08:08:00 +00:00
|
|
|
"description": "An Ionic project"
|
2022-08-31 12:35:20 +00:00
|
|
|
}
|