forked from bberak/react-native-game-engine-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 655 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 655 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
{
"main": "src/app.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@popmotion/popcorn": "^0.4.0",
"expo": "^37.0.0",
"expo-graphics-rnge": "^1.2.0",
"expo-three": "^4.0.5",
"lodash": "^4.17.11",
"oimo": "^1.0.9",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-game-engine": "^1.0.0",
"expo-av": "~8.1.0",
"expo-gl": "~8.1.0"
},
"devDependencies": {
"babel-preset-expo": "^8.1.0",
"cross-env": "^5.2.0"
}
}