-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.27 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"apollo-client-preset": "^1.0.8",
"apollo-link-context": "^1.0.3",
"dom-parser": "^0.1.5",
"expo": "^25.0.0",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"moment": "^2.20.1",
"native-base": "^2.3.7",
"react": "16.2.0",
"react-apollo": "^2.0.4",
"react-inner-html": "^1.0.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
"react-native-fit-image": "^1.5.4",
"react-native-grid-list": "^1.0.6",
"react-native-htmlview": "^0.12.1",
"react-native-snap-carousel": "^3.6.0",
"react-native-tags": "^0.2.1",
"react-native-timeago": "^0.4.0",
"react-native-typography": "^1.3.0",
"react-navigation": "^1.0.0-beta.27"
},
"name": "black_superheroes",
"version": "1.0.0",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikevocalz/Black_Superheroes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikevocalz/Black_Superheroes/issues"
},
"homepage": "https://github.com/mikevocalz/Black_Superheroes#readme",
"description": ""
}