-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.59 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.59 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
47
48
49
50
51
{
"name": "@expo/expo",
"version": "1.4.0",
"private": true,
"author": "Expo",
"license": "MIT",
"scripts": {
"setup:docs": "./scripts/download-dependencies.sh --docs",
"setup:native": "./scripts/download-dependencies.sh --native && ./scripts/setup-react-android.sh",
"install:react-native-lab": "(([ \"$(ls -A react-native-lab/react-native)\" ] && (yarn --cwd react-native-lab/react-native install --frozen-lockfile || true)) || echo \"Skipping installing Node modules in react-native-lab/react-native (directory empty)\")",
"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/*",
"apps/brownfield-tester/*",
"packages/*",
"packages/@expo/*"
]
},
"resolutions": {
"react-native": "0.86.0-rc.3",
"@types/babel__core": "^7.20.5",
"@types/babel__code-frame": "^7.27.0",
"@types/babel__generator": "^7.27.0",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.7"
},
"dependencies": {
"eslint": "^8.57.1",
"expo-asset": "workspace:*",
"expo-modules-core": "workspace:*",
"jest-expo": "workspace:*",
"jsc-android": "^250231.0.0",
"prettier": "~3.8.3"
},
"volta": {
"node": "22.14.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.14.0",
"@vercel/ncc": "^0.38.4",
"expo-module-scripts": "workspace:*",
"expotools": "workspace:*",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^6.0.2"
}
}