forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "@expo/expo",
"version": "1.4.0",
"private": true,
"author": "Expo",
"license": "MIT",
"scripts": {
"setup:docs": "./scripts/download-dependencies.sh",
"setup:native": "./scripts/download-dependencies.sh && ./scripts/setup-react-android.sh",
"postinstall": "yarn-deduplicate && yarn workspace @expo/cli prepare && patch-package && node ./tools/bin/expotools.js validate-workspace-dependencies",
"lint": "eslint .",
"tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1"
},
"workspaces": {
"packages": [
"apps/*",
"packages/*",
"packages/@expo/*"
]
},
"resolutions": {
"react-native": "0.75.2",
"react": "18.3.1",
"@react-navigation/native": "^6.1.6",
"@react-navigation/core": "^6.4.9",
"**/util": "~0.12.4"
},
"dependencies": {
"eslint": "^8.56.0",
"jsc-android": "^250231.0.0",
"node-gyp": "^10.0.1",
"patch-package": "^8.0.0",
"prettier": "^3.1.1",
"yarn-deduplicate": "^6.0.2"
},
"volta": {
"node": "20.12.2"
}
}