-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1016 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": "root",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"build": "babel src/ -d lib/",
"prepublish": "npm run build",
"flow": "flow"
},
"dependencies": {
"expo": "^29.0.1",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
"rxjs": "^6.4.0",
"undux": "^5.0.0-beta.19",
"wanakana": "^4.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-preset-flow": "^6.23.0",
"eslint": "^5.13.0",
"eslint-config-fbjs": "^2.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-relay": "0.0.28",
"flow-bin": "^0.80.0",
"flow-typed": "^2.5.1",
"react-navigation": "^2.18.3"
}
}