-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.23 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.23 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^6.3.1",
"expo": "^26.0.0",
"native-base": "^2.6.1",
"react": "16.3.0-alpha.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-native-banner-carousel": "^1.0.2",
"react-native-camera": "^1.0.3",
"react-native-display": "^1.0.8",
"react-native-elements": "^0.19.0",
"react-native-google-places-autocomplete": "^1.3.6",
"react-native-infinite-scroll-view": "^0.4.3",
"react-native-maps": "^0.21.0",
"react-native-modal": "^4.1.1",
"react-native-modalbox": "^1.4.2",
"react-native-shimmer": "^0.3.2",
"react-native-simple-dialogs": "^0.3.1",
"react-native-smart-toast": "^1.1.1",
"react-native-super-grid": "^2.1.0",
"react-navigation": "^1.5.8"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.7.0",
"jest-expo": "^26.0.0"
},
"name": "mod",
"version": "0.0.0",
"description": "Hello Expo!",
"author": null
}