-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.77 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"serve": "serve web-build",
"deploy": "gh-pages -d web-build",
"predeploy": "expo build:web"
},
"dependencies": {
"@expo/ngrok": "^4.1.0",
"@react-native-async-storage/async-storage": "^1.15.8",
"@react-native-community/blur": "^3.6.0",
"@react-navigation/native": "^6.0.4",
"@react-navigation/stack": "^6.0.9",
"@types/react-native": "^0.65.2",
"axios": "^0.21.4",
"expo": "~42.0.0",
"express": "^4.17.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-autocomplete-input": "^5.0.2",
"react-native-google-places": "^3.1.2",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-web": "~0.13.12",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@expo/webpack-config": "^0.13.3",
"@types/styled-components": "^5.1.14",
"gh-pages": "^3.2.3",
"serve": "^12.0.0",
"typescript": "~4.0.0",
"workbox-background-sync": "^6.1.5",
"workbox-broadcast-update": "^6.1.5",
"workbox-cacheable-response": "^6.1.5",
"workbox-core": "^6.1.5",
"workbox-expiration": "^6.1.5",
"workbox-google-analytics": "^6.1.5",
"workbox-navigation-preload": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-range-requests": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5",
"workbox-streams": "^6.1.5",
"workbox-webpack-plugin": "^6.1.5"
},
"jest": {
"preset": "react-native"
},
"private": true
}