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
31 lines (31 loc) · 934 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 934 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
28
29
30
31
{
"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.17.6",
"react": "18.1.0",
"react-native": "^0.70.6",
"react-native-config": "^1.4.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.18.3",
"@types/react-native": "^0.64.13",
"@wdio/cli": "^7.25.2",
"@wdio/local-runner": "^7.25.2",
"@wdio/mocha-framework": "^7.25.2",
"@wdio/spec-reporter": "^7.25.1",
"babel-plugin-module-resolver": "^4.1.0",
"chromedriver": "^107.0.1",
"metro-react-native-babel-preset": "^0.66.0",
"react-native-codegen": "^0.0.7",
"wdio-chromedriver-service": "^8.0.0"
}
}