You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.4 KiB
68 lines
2.4 KiB
{ |
|
"name": "SurveyApp", |
|
"version": "0.0.1", |
|
"private": true, |
|
"scripts": { |
|
"android": "react-native run-android", |
|
"ios": "react-native run-ios", |
|
"lint": "eslint .", |
|
"start": "react-native start", |
|
"test": "jest" |
|
}, |
|
"dependencies": { |
|
"@fortawesome/fontawesome-svg-core": "^6.6.0", |
|
"@fortawesome/free-brands-svg-icons": "^6.6.0", |
|
"@fortawesome/free-regular-svg-icons": "^6.6.0", |
|
"@fortawesome/free-solid-svg-icons": "^6.6.0", |
|
"@fortawesome/react-native-fontawesome": "^0.3.2", |
|
"@maplibre/maplibre-react-native": "^10.0.1", |
|
"@react-native-async-storage/async-storage": "^2.0.0", |
|
"@react-native-community/geolocation": "^3.4.0", |
|
"@react-native-community/netinfo": "^11.4.1", |
|
"@react-navigation/native": "^6.1.18", |
|
"@react-navigation/native-stack": "^6.11.0", |
|
"@react-navigation/stack": "^6.4.1", |
|
"@turf/center": "^7.2.0", |
|
"@turf/turf": "^7.2.0", |
|
"moment": "^2.30.1", |
|
"react": "18.2.0", |
|
"react-native": "0.74.5", |
|
"react-native-awesome-alerts": "^2.0.0", |
|
"react-native-date-picker": "^5.0.7", |
|
"react-native-document-picker": "^9.3.1", |
|
"react-native-dropdown-select-list": "^2.0.5", |
|
"react-native-fs": "^2.20.0", |
|
"react-native-image-picker": "^7.1.2", |
|
"react-native-linear-gradient": "^2.8.3", |
|
"react-native-maps": "^1.18.2", |
|
"react-native-modal": "^13.0.1", |
|
"react-native-paper": "^5.12.5", |
|
"react-native-popup-menu": "^0.16.1", |
|
"react-native-safe-area-context": "^4.14.0", |
|
"react-native-screens": "^4.0.0", |
|
"react-native-svg": "^15.8.0", |
|
"rn-fetch-blob": "^0.12.0" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.20.0", |
|
"@babel/preset-env": "^7.20.0", |
|
"@babel/runtime": "^7.20.0", |
|
"@react-native/babel-preset": "0.74.87", |
|
"@react-native/eslint-config": "0.74.87", |
|
"@react-native/metro-config": "0.74.87", |
|
"@react-native/typescript-config": "0.74.87", |
|
"@types/react": "^18.2.6", |
|
"@types/react-native-vector-icons": "^6.4.18", |
|
"@types/react-test-renderer": "^18.0.0", |
|
"babel-jest": "^29.6.3", |
|
"eslint": "^8.19.0", |
|
"jest": "^29.6.3", |
|
"prettier": "2.8.8", |
|
"react-test-renderer": "18.2.0", |
|
"typescript": "5.0.4" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
|
}
|
|
|