-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 865 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 865 Bytes
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
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"aws-amplify": "^1.1.23",
"aws-amplify-react-native": "^2.1.9",
"expo": "^31.0.6",
"expo-asset-utils": "^1.0.0",
"expo-cli": "^2.14.0",
"expo-graphics": "^1.0.3",
"expo-three": "^3.0.0-alpha.8",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-camera": "^2.1.1",
"react-native-maps": "^0.23.0",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.5.1",
"react-viro": "2.13.0",
"three": "^0.103.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
}
}