-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"main": "node_modules/expo/AppEntry.js",
"version": "1.5.1",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^8.0.0",
"EventEmitter": "^1.0.0",
"buffer": "^5.2.1",
"expo": "^31.0.6",
"immutable": "^4.0.0-rc.12",
"moment": "^2.23.0",
"native-base": "^2.8.2",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-prompt-crossplatform": "^1.6.1",
"react-native-uuid": "^1.4.9",
"react-navigation": "^3.8.1"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"eslint": "^5.11.0",
"eslint-config-react-native": "^4.0.0",
"unstated": "^2.1.1"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tomymolina/corsometro"
},
"author": {
"url": "http://about.me/tomymolina",
"name": "Martín Molina"
}
}