forked from EQuimper/MyOwnChallenge-RnMovieTinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 784 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 784 Bytes
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
{
"name": "movie-tinder",
"version": "0.0.0",
"description": "Hello Exponent!",
"author": "Emanuel Quimper",
"private": true,
"main": "main.js",
"dependencies": {
"@exponent/ex-navigation": "^2.7.1",
"@exponent/vector-icons": "~2.0.3",
"exponent": "~12.0.3",
"react": "~15.3.2",
"react-native": "git+https://github.com/exponentjs/react-native#sdk-12.0.0",
"react-native-extended-stylesheet": "^0.3.1",
"react-native-router-flux": "^3.37.0",
"react-native-swipe-cards": "^0.0.9",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-persist": "^4.0.1",
"redux-promise-middleware": "^4.2.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"eslint-config-rallycoding": "^3.2.0",
"redux-logger": "^2.7.4"
}
}