-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 879 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 879 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": "ducks-ahoy",
"version": "0.0.0",
"description": "Ducks, Ahoy!",
"author": null,
"private": true,
"devDependencies": {
"jest-expo": "25.0.0",
"react-native-scripts": "1.11.1"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js"
},
"dependencies": {
"cannon": "^0.6.2",
"expo": "^21.0.0",
"expo-three": "^2.0.2",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-21.0.2.tar.gz",
"react-native-google-places-autocomplete": "^1.3.6",
"react-navigation": "^1.1.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"three": "^0.87.1"
}
}