forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
40
41
{
"name": "@expo/expo",
"version": "1.4.0",
"private": true,
"author": "Expo",
"license": "MIT",
"scripts": {
"prepare": "yarn workspace expo prepare",
"postinstall": "expo-yarn-workspaces check-workspace-dependencies && rm -rf node_modules/babel-jest/node_modules/babel-core",
"lint": "eslint .",
"tsc": "echo 'You are trying to run \"tsc\" in the workspace root. Run it from an individual package instead.' && exit 1"
},
"exp": {
"sdkVersion": "33.0.0"
},
"workspaces": {
"packages": [
"apps/*",
"expokit-npm-package",
"home",
"packages/!(expo-firebase)*",
"packages/@unimodules/*",
"react-native-lab/react-native"
]
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"eslint": "^5.4.0",
"eslint-config-universe": "^2.0.0-alpha.0",
"expo-cli": "^2.7.1",
"expo-yarn-workspaces": "^1.1.0",
"prettier": "^1.14.2"
},
"resolutions": {
"react-native-gesture-handler": "1.1.0"
},
"dependencies": {
"react-native-unimodules": "~0.2.0"
}
}