xref: /expo/package.json (revision ca5a2fa2)
1{
2  "name": "@expo/expo",
3  "version": "1.4.0",
4  "private": true,
5  "author": "Expo",
6  "license": "MIT",
7  "scripts": {
8    "setup:docs": "./scripts/download-dependencies.sh",
9    "setup:native": "./scripts/download-dependencies.sh && ./scripts/setup-react-android.sh",
10    "postinstall": "yarn-deduplicate && expo-yarn-workspaces check-workspace-dependencies",
11    "lint": "eslint .",
12    "tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1"
13  },
14  "workspaces": {
15    "packages": [
16      "apps/*",
17      "apps/test-suite/puppeteer-test",
18      "home",
19      "packages/*",
20      "packages/@expo/*"
21    ]
22  },
23  "resolutions": {
24    "react-native": "0.68.2",
25    "**/util": "~0.12.4"
26  },
27  "dependencies": {
28    "@expo/config-types": "^43.0.1",
29    "eslint": "^8.6.0",
30    "expo-yarn-workspaces": "*",
31    "jsc-android": "^245459.0.0",
32    "prettier": "^2.4.1",
33    "yarn-deduplicate": "^3.1.0"
34  }
35}
36