-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 1.03 KB
/
package.json
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
{
"name": "carbon-react-native-example",
"description": "Example app for carbon-react-native",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "pod-install --quiet",
"postinstall": "patch-package"
},
"license": "Apache-2.0",
"dependencies": {
"@carbon/icon-helpers": "^10.45.0",
"@carbon/icons": "^11.30.1",
"@carbon/themes": "^11.27.1",
"@react-native-async-storage/async-storage": "^1.19.8",
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-svg": "^14.0.0",
"react-native-webview": "^13.6.3"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/runtime": "^7.23.4",
"@expo/metro-config": "^0.10.7",
"@react-native/metro-config": "^0.74.0",
"babel-plugin-module-resolver": "^5.0.0",
"expo-asset": "^8.10.1",
"metro-react-native-babel-preset": "^0.77.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0"
}
}