2023-04-14 12:27:05 -04:00
{
2024-02-22 11:10:08 -05:00
"name" : "@aws-doc-sdk-examples/react-native-app" ,
2023-04-14 12:27:05 -04:00
"version" : "0.0.1" ,
"private" : true ,
"scripts" : {
"android" : "react-native run-android" ,
"ios" : "react-native run-ios" ,
"lint" : "eslint ." ,
2023-07-31 11:47:14 -04:00
"start" : "react-native start"
2023-04-14 12:27:05 -04:00
} ,
"dependencies" : {
2023-07-31 11:47:14 -04:00
"@aws-sdk/client-s3" : "^3.374.0" ,
"@aws-sdk/credential-providers" : "^3.370.0" ,
2023-04-14 12:27:05 -04:00
"react" : "18.2.0" ,
"react-native" : "0.71.6" ,
"react-native-get-random-values" : "^1.8.0" ,
"react-native-url-polyfill" : "^1.3.0"
} ,
"devDependencies" : {
2023-07-31 11:47:14 -04:00
"@babel/core" : "^7.22.9" ,
"@babel/preset-env" : "^7.22.9" ,
"@babel/runtime" : "^7.22.6" ,
2023-04-14 12:27:05 -04:00
"@react-native-community/eslint-config" : "^3.2.0" ,
"@tsconfig/react-native" : "^2.0.2" ,
"@types/react" : "^18.0.24" ,
2023-09-25 13:07:06 -04:00
"@typescript-eslint/eslint-plugin" : "^5.62.0" ,
"@typescript-eslint/parser" : "^5.62.0" ,
2023-04-14 12:27:05 -04:00
"eslint" : "^8.19.0" ,
"metro-react-native-babel-preset" : "0.73.9" ,
"prettier" : "^2.4.1" ,
"typescript" : "4.8.4"
}
}