58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "rnpay",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"start": "react-native start --reset-cache --port 8084",
|
|
"test": "jest",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "^1.23.1",
|
|
"@react-native-cookies/cookies": "^6.2.1",
|
|
"@react-native-ml-kit/barcode-scanning": "^2.0.0",
|
|
"@react-navigation/bottom-tabs": "^7.2.1",
|
|
"@react-navigation/native": "^7.0.14",
|
|
"buffer": "^6.0.3",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.10",
|
|
"react-native-animatable": "^1.4.0",
|
|
"react-native-background-actions": "^4.0.1",
|
|
"react-native-device-info": "14.0.4",
|
|
"react-native-fs": "^2.20.0",
|
|
"react-native-gesture-handler": "~2.9.0",
|
|
"react-native-safe-area-context": "^4.4.1",
|
|
"react-native-screens": "~3.36.0",
|
|
"react-native-svg": "^14.1.0",
|
|
"react-native-svg-transformer": "^1.5.3",
|
|
"react-native-tcp-socket": "^6.4.1",
|
|
"react-native-webview": "13.6.2",
|
|
"rnauto": "./libs/rnauto",
|
|
"rnwalletman": "./libs/rnwalletman/"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/eslint-config": "^0.72.2",
|
|
"@react-native/metro-config": "^0.72.11",
|
|
"@tsconfig/react-native": "^3.0.0",
|
|
"@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.76.8",
|
|
"patch-package": "^8.0.1",
|
|
"prettier": "^2.4.1",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
}
|