-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.59 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "test-pnpm-ios-headers-path-bug",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"watch": "tsc --build . -w --preserveWatchOutput",
"build-local": "EAS_LOCAL_BUILD_SKIP_CLEANUP=1 eas build -p ios --profile development --local --clear-cache",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~46.0.9",
"expo-dev-client": "~1.2.1",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-native": "0.69.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "7.1.6",
"@expo/config-plugins": "^5.0.1",
"@expo/metro-config": "^0.3.22",
"@react-native-community/cli-platform-android": "^9.1.0",
"@react-native-community/cli-platform-ios": "^9.1.0",
"@rnx-kit/metro-resolver-symlinks": "^0.1.21",
"@types/react-native": "^0.70.2",
"babel-preset-expo": "^9.2.0",
"expo-build-properties": "^0.3.0",
"expo-dev-launcher": "^1.2.1",
"expo-dev-menu": "^1.2.1",
"expo-dev-menu-interface": "^0.7.2",
"expo-json-utils": "^0.3.0",
"expo-manifests": "^0.3.1",
"expo-modules-autolinking": "^0.10.3",
"expo-modules-core": "^0.11.5",
"expo-structured-headers": "^2.2.1",
"expo-updates-interface": "^0.7.0",
"metro": "^0.70.3",
"metro-config": "0.70.3",
"typescript": "^4.8.3"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"private": true
}