-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
71 lines (71 loc) · 2.21 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "react-native-examples",
"description": "UI, Animations, SVG, Flubber, D3",
"author": "Ethan Tran ([email protected])",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-preset-expo": "^5.1.1",
"eslint-plugin-react-hooks": "^1.6.0",
"eslint-plugin-react-native-globals": "^0.1.2",
"husky": "^2.3.0",
"jest-expo": "^33.0.0",
"lint-staged": "^8.1.7",
"prettier": "^1.17.1"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"precommit": "lint-staged"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@turf/turf": "^5.0.4",
"color": "^3.1.2",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-chord": "^1.0.4",
"d3-collection": "^1.0.4",
"d3-contour": "^1.1.1",
"d3-geo": "^1.9.0",
"d3-hexbin": "^0.2.2",
"d3-hierarchy": "^1.1.5",
"d3-interpolate-path": "^2.0.1",
"d3-path": "^1.0.5",
"d3-random": "^1.1.0",
"d3-sankey": "^0.7.1",
"d3-scale": "^1.0.7",
"d3-scale-chromatic": "^1.1.1",
"d3-shape": "^1.2.0",
"d3-svg-annotation": "^1.18.0",
"d3-voronoi": "^1.1.2",
"expo": "^33.0.0",
"expo-graphics": "^1.1.0",
"expo-linear-gradient": "~5.0.1",
"expo-three": "^3.0.0-alpha.8",
"flubber": "^0.4.0",
"lorem-ipsum-react-native": "^1.0.3",
"predicthq": "^0.0.18",
"qs": "^6.5.1",
"react": "16.8.3",
"react-game-kit": "^1.0.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-navigation": "3.11.0",
"react-redux": "^5.0.6",
"reactotron-react-native": "^3.6.4",
"reactotron-redux": "^3.1.1",
"redux": "^3.7.2",
"redux-persist": "^5.4.0",
"redux-thunk": "^2.2.0",
"svg-path-properties": "^0.4.1",
"three": "^0.106.2",
"topojson": "^3.0.2"
}
}