-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.49 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
{
"scripts": {
"build": "next build",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/next-adapter": "^2.0.14",
"@react-native-community/masked-view": "0.1.5",
"@react-navigation/native": "^5.1.3",
"@react-navigation/stack": "^5.2.6",
"expo": "^36.0.2",
"expo-blur": "~8.0.0",
"expo-location": "~8.0.0",
"next": "^9.3.1",
"next-fonts": "^1.0.3",
"next-images": "^1.3.1",
"next-transpile-modules": "^3.1.0",
"react": "16.13.1",
"react-art": "^16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-gesture-handler": "~1.5.0",
"react-native-paper": "^3.6.0",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "2.0.0-alpha.12",
"react-native-web": "^0.12.2",
"react-native-web-maps": "nonotest/react-native-web-maps",
"reanimated-bottom-sheet": "^1.0.0-alpha.19",
"typeface-roboto": "^0.0.75"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-flow": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@babel/preset-typescript": "^7.9.0",
"@types/react-navigation": "^3.4.0",
"babel-loader": "^8.1.0",
"babel-preset-expo": "^7.1.0",
"dotenv": "^8.2.0",
"file-loader": "^6.0.0",
"patch-package": "^6.2.1"
}
}