22 lines
529 B
JSON
22 lines
529 B
JSON
{
|
|
"name": "react-native-tor-example",
|
|
"description": "Example app for react-native-tor",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.11.0",
|
|
"react-native": "0.62.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/runtime": "^7.9.6",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"metro-react-native-babel-preset": "^0.59.0"
|
|
}
|
|
}
|