-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·46 lines (46 loc) · 1.31 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
{
"name": "starjump",
"displayName": "Star Jump",
"author": {
"name": "Davi Rodrigues Coelho",
"email": "[email protected]",
"url": "https://devdavi.com.br"
},
"version": "1.0.0",
"description": "Star Jump is a game developed to improve Starbots team marketing in 2019 FTC",
"license": "MIT",
"repository": {
"url": "https://github.com/developerdavi/starjump",
"type": "public"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "~36.0.0",
"expo-asset": "~8.0.0",
"expo-font": "^8.0.0",
"expo-keep-awake": "~8.0.0",
"expo-linear-gradient": "~8.0.0",
"expo-sensors": "~8.0.0",
"expokit": "36.0.1",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-full-screen": "0.0.2",
"react-native-game-engine": "^0.10.1",
"react-native-keep-awake": "^4.0.0",
"react-native-linear-gradient": "^2.5.3",
"react-native-sensors": "^5.3.3",
"react-native-sound": "^0.10.12",
"react-native-ui-kitten": "^3.1.2",
"scheduler": "^0.19.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
},
"private": false
}