rn-ldk/example/package.json
2022-11-07 19:46:01 +00:00

25 lines
634 B
JSON

{
"name": "rn-ldk-example",
"description": "Example app for rn-ldk",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.16.1",
"crypto-js": "^3.1.9-1",
"react": "17.0.2",
"react-native": "0.67.5",
"react-native-fs": "^2.19.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.64.0"
}
}