-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
42
43
44
{
"name": "my-new-project",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^8.0.0",
"axios": "^0.18.0",
"expo": "^31.0.2",
"geolib": "^2.0.24",
"link": "^0.1.5",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"nodemon": "^1.18.9",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-action-button": "^2.8.5",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^0.19.1",
"react-native-image-crop-picker": "^0.21.3",
"react-native-image-picker": "^0.27.2",
"react-native-maps": "^0.22.1",
"react-native-picker-select": "^5.1.1",
"react-native-star-rating": "^1.1.0",
"react-native-textinput-effects": "^0.4.2",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^3.0.7",
"tcomb-form-native": "^0.6.20"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"jest-expo": "^31.0.0"
}
}