forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1023 Bytes
/
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
{
"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": "expo-yarn-workspaces check-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/*",
"apps/test-suite/puppeteer-test",
"home",
"packages/*",
"packages/@unimodules/*",
"react-native-lab/react-native"
]
},
"resolutions": {
"react-native": "0.64.2"
},
"dependencies": {
"jsc-android": "^245459.0.0",
"react-native-unimodules": "~0.15.0-alpha.0"
},
"devDependencies": {
"@expo/config-types": "^40.0.0-beta.2",
"eslint": "^7.9.0",
"expo-yarn-workspaces": "*",
"prettier": "^1.19.1"
}
}