xref: /expo/package.json (revision 3d9d8a0f)
1{
2  "name": "@expo/expo",
3  "version": "1.4.0",
4  "private": true,
5  "author": "Expo",
6  "license": "MIT",
7  "scripts": {
8    "postinstall": "expo-yarn-workspaces check-workspace-dependencies",
9    "lint": "eslint .",
10    "tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1"
11  },
12  "workspaces": {
13    "packages": [
14      "apps/*",
15      "apps/test-suite/puppeteer-test",
16      "expokit-npm-package",
17      "home",
18      "packages/*",
19      "packages/@unimodules/*",
20      "react-native-lab/react-native"
21    ]
22  },
23  "dependencies": {
24    "react-native-unimodules": "~0.5.0"
25  },
26  "devDependencies": {
27    "@typescript-eslint/eslint-plugin": "^2.0.0",
28    "@typescript-eslint/parser": "^2.0.0",
29    "babel-core": "^7.0.0-bridge.0",
30    "eslint": "~6.1.0",
31    "eslint-config-universe": "^2.0.0-beta.0",
32    "expo-cli": "^3.0.10",
33    "expo-yarn-workspaces": "^1.2.0",
34    "prettier": "^1.18.2"
35  },
36  "resolutions": {}
37}
38