-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.4 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.4 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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.23.1",
"@react-native-community/cli": "^20.0.0",
"node-fetch": "^2.6.1",
"react": "18.2.0",
"react-native": "0.74.0",
"react-native-config": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.27.6",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"@wdio/cli": "^9.5.1",
"@wdio/local-runner": "^9.5.1",
"@wdio/mocha-framework": "^8.33.0",
"@wdio/spec-reporter": "^8.32.4",
"babel-plugin-module-resolver": "^5.0.0",
"chromedriver": "^132.0.0",
"metro-react-native-babel-preset": "^0.77.0",
"react-native-codegen": "^0.70.7",
"react-native-monorepo-config": "^0.1.9",
"wdio-chromedriver-service": "^8.1.1",
"webdriverio": "^9.5.1"
},
"engines": {
"node": ">=18",
"yarn": ">=3"
},
"packageManager": "yarn@3.6.4"
}