forked from intercom/intercom-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 714 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
{
"name": "intercom-react-native-example",
"description": "Example app for intercom-react-native",
"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.15.5",
"react": "17.0.2",
"react-native": "0.65.1",
"react-native-config": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.18.3",
"@types/react-native": "^0.64.13",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "^0.66.0",
"react-native-codegen": "^0.0.7"
}
}