mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 11:09:17 +00:00
87 lines
2.9 KiB
JSON
87 lines
2.9 KiB
JSON
{
|
|
"name": "Databag",
|
|
"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": {
|
|
"@bam.tech/react-native-image-resizer": "^3.0.5",
|
|
"@braintree/sanitize-url": "^6.0.2",
|
|
"@react-native-clipboard/clipboard": "^1.11.1",
|
|
"@react-native-community/blur": "^4.3.2",
|
|
"@react-native-firebase/app": "^17.2.0",
|
|
"@react-native-firebase/messaging": "^17.2.0",
|
|
"@react-navigation/bottom-tabs": "^6.5.5",
|
|
"@react-navigation/drawer": "^6.6.0",
|
|
"@react-navigation/native": "^6.1.4",
|
|
"@react-navigation/native-stack": "^6.9.10",
|
|
"@react-navigation/stack": "^6.3.14",
|
|
"@sayem314/react-native-keep-awake": "^1.1.0",
|
|
"axios": "^1.3.3",
|
|
"crypto-js": "^3.3.0",
|
|
"jsencrypt": "^3.3.1",
|
|
"moment": "^2.29.4",
|
|
"react": "18.2.0",
|
|
"react-native": "0.71.3",
|
|
"react-native-base64": "^0.2.1",
|
|
"react-native-create-thumbnail": "^1.6.4",
|
|
"react-native-device-info": "^10.4.0",
|
|
"react-native-document-picker": "^8.1.3",
|
|
"react-native-fast-image": "^8.6.3",
|
|
"react-native-fs": "^2.20.0",
|
|
"react-native-gesture-handler": "^2.9.0",
|
|
"react-native-image-crop-picker": "^0.39.0",
|
|
"react-native-incall-manager": "^4.0.1",
|
|
"react-native-popup-menu": "^0.16.1",
|
|
"react-native-reanimated": "^2.14.4",
|
|
"react-native-reanimated-carousel": "^3.3.0",
|
|
"react-native-receive-sharing-intent": "^2.0.0",
|
|
"react-native-rsa-native": "^2.0.5",
|
|
"react-native-safe-area-context": "^4.5.0",
|
|
"react-native-screens": "^3.20.0",
|
|
"react-native-share": "^8.2.2",
|
|
"react-native-sqlite-storage": "^6.0.1",
|
|
"react-native-unifiedpush-connector": "^0.1.5",
|
|
"react-native-vector-icons": "^9.2.0",
|
|
"react-native-video": "^5.2.1",
|
|
"react-native-webrtc": "^118.0.2",
|
|
"react-native-wheel-color-picker": "^1.2.0",
|
|
"react-router-dom": "^6.8.1",
|
|
"react-router-native": "^6.8.1",
|
|
"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-community/eslint-config": "^3.2.0",
|
|
"@testing-library/dom": "^8.20.0",
|
|
"@testing-library/react-native": "^11.5.2",
|
|
"@tsconfig/react-native": "^2.0.2",
|
|
"@types/jest": "^29.2.1",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"babel-jest": "^29.2.1",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.2.1",
|
|
"metro-react-native-babel-preset": "0.73.7",
|
|
"prettier": "^2.4.1",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"setupFiles": [
|
|
"<rootDir>/__mocks__/react-native-fs.js"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!((jest-)?react-native(-.*)?|@react-native(-community)?)/)"
|
|
]
|
|
}
|
|
}
|