forked from junedomingo/movieapp
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 1.15 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
{
"name": "movieapp",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "echo 'Install Exponent XDE and open the project with it: https://getexponent.com'"
},
"dependencies": {
"@exponent/ex-navigation": "^2.2.1",
"@exponent/react-native-fade-in-image": "^1.0.0",
"@exponent/vector-icons": "~2.0.0",
"axios": "^0.15.2",
"exponent": "~12.0.3",
"lodash": "^4.16.6",
"moment": "^2.16.0",
"numeral": "^1.5.3",
"react": "~15.3.2",
"react-native": "github:exponentjs/react-native#sdk-12.0.0",
"react-native-scrollable-tab-view": "https://github.com/skv-headless/react-native-scrollable-tab-view.git",
"react-native-swiper": "^1.5.3",
"react-native-vector-icons": "~3.0.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
},
"description": "Discover movies and tv shows",
"repository": {
"type": "git",
"url": "https://github.com/brentvatne/movieapp"
},
"author": "June Domingo <[email protected]> & Brent Vatne <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/brentvatne/movieapp",
"main": "main.js"
}