forked from krishnafkh/react-native-grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 740 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "react-native-grpc-example",
"description": "Example app for react-native-grpc",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"build:proto": "./protogen.sh"
},
"dependencies": {
"@protobuf-ts/runtime": "^2.8.2",
"@protobuf-ts/runtime-rpc": "^2.8.2",
"react": "18.2.0",
"react-native": "0.70.6",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/runtime": "^7.20.6",
"@protobuf-ts/plugin": "^2.8.2",
"babel-plugin-module-resolver": "^4.1.0",
"metro": "^0.73.4",
"metro-react-native-babel-preset": "^0.73.4"
}
}