mirror of
https://github.com/balzack/databag.git
synced 2025-05-02 06:25:18 +00:00
83 lines
2.8 KiB
JSON
83 lines
2.8 KiB
JSON
{
|
|
"name": "Databag",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write src",
|
|
"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.5.0",
|
|
"@react-native-firebase/messaging": "^17.5.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",
|
|
"databag-client-sdk": "^0.0.5",
|
|
"jsencrypt": "^3.3.1",
|
|
"moment": "^2.29.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-native": "0.74.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-paper": "^5.12.5",
|
|
"react-native-popup-menu": "^0.16.1",
|
|
"react-native-reanimated": "^3.14.0",
|
|
"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.26.0",
|
|
"react-router-native": "^6.26.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.85",
|
|
"@react-native/eslint-config": "0.74.85",
|
|
"@react-native/metro-config": "0.74.85",
|
|
"@react-native/typescript-config": "0.74.85",
|
|
"@types/react": "^18.2.6",
|
|
"@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"
|
|
}
|
|
}
|