-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
47
48
{
"name": "breadcrumbs",
"version": "1.0.0",
"private": true,
"devDependencies": {
"react-native-scripts": "1.10.0",
"jest-expo": "25.0.0",
"react-test-renderer": "16.2.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts ios",
"react": "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 --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"axios": "^0.17.1",
"cannon": "^0.6.2",
"chai": "^4.1.2",
"expo": "^25.0.0",
"expo-asset-utils": "0.0.2",
"expo-three": "^2.2.0",
"geolib": "^2.0.24",
"mocha": "^5.0.0",
"react": "16.2.0",
"react-native": "0.52.0",
"react-native-console-time-polyfill": "0.0.6",
"react-native-elements": "^0.19.0",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.0-beta.27",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"supertest": "^3.0.0",
"text-encoding": "^0.6.4",
"three": "^0.89.0",
"watchman": "^1.0.0",
"xmldom-qsa": "^1.0.3"
}
}