-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
39 lines (39 loc) · 969 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
38
39
{
"name": "root",
"private": true,
"scripts": {
"start": "lerna --scope=react-native-application run start --stream --"
},
"author": "Fried-Chicken <[email protected]>",
"license": "MIT",
"dependencies": {
"@expo/samples": "2.1.1",
"expo": "32.0",
"metro-config": "^0.53.1",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-navigation": "^2.16.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.1.1",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest-expo": "30.0.0",
"lerna": "^3.4.3"
},
"workspaces": [
"packages/*"
],
"keywords": [
"lerna",
"monorepo",
"multi-package",
"react-native",
"yarn",
"workspaces"
]
}