-
Notifications
You must be signed in to change notification settings - Fork 473
/
package.json
56 lines (56 loc) · 1.65 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
{
"name": "movieapp",
"version": "2.2.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "esw index.ios.js index.android.js src utils",
"lint:watch": "npm run lint -- --watch",
"test": "jest"
},
"dependencies": {
"axios": "^0.16.2",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-react-native": "^2.0.0",
"eslint-watch": "2.1.14",
"lodash": "^4.16.6",
"moment": "^2.16.0",
"numeral": "^1.5.3",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-config": "^0.3.1",
"react-native-linear-gradient": "^2.0.0",
"react-native-navigation": "1.1.84",
"react-native-scrollable-tab-view": "^0.7.4",
"react-native-swiper": "^1.5.4",
"react-native-vector-icons": "^4.2.0",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"jest": "16.0.1",
"jest-react-native": "16.0.0",
"react-native-dotenv": "0.0.2",
"react-test-renderer": "15.3.2",
"redux-immutable-state-invariant": "^2.0.0",
"redux-logger": "^3.0.6"
},
"description": "Discover movies and tv shows",
"repository": {
"type": "git",
"url": "git+https://github.com/junedomingo/movieapp.git"
},
"author": "June Domingo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/junedomingo/movieapp#readme"
}