-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.97 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": "tomahawk-app",
"version": "0.0.1",
"description": "A mobile video game library App powered by IGDB",
"repository": {
"type": "git",
"url": "git+https://github.com/lexmartinez/tomahawk-app.git"
},
"keywords": [
"react-native",
"video-game",
"mobile-app",
"igdb",
"library",
"games",
"typescript"
],
"author": "Lex Martinez<lex0316@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lexmartinez/tomahawk-app/issues"
},
"homepage": "https://github.com/lexmartinez/tomahawk-app",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start --reset-cache",
"lint": "tslint -p \".\" -t stylish"
},
"dependencies": {
"@types/react-native-star-rating": "^1.0.0",
"@types/react-redux": "^6.0.3",
"@types/redux-logger": "^3.0.6",
"moment": "^2.22.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-indicators": "^0.13.0",
"react-native-iphone-x-helper": "^1.0.3",
"react-native-parallax-scroll-view": "^0.21.3",
"react-native-responsive-screen": "^1.1.6",
"react-native-router-flux": "^4.0.0-beta.31",
"react-native-search-box": "^0.0.19",
"react-native-splash-screen": "^3.0.9",
"react-native-star-rating": "^1.0.9",
"react-native-vector-icons": "^4.6.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/react": "^16.4.6",
"@types/react-native": "^0.55.26",
"@types/react-native-vector-icons": "^4.6.1",
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.2.0",
"react-native-typescript-transformer": "^1.2.10",
"react-test-renderer": "16.3.1",
"tslint": "^5.10.0",
"tslint-react-recommended": "^1.0.15",
"typescript": "^2.9.2"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
}
}