-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
48 lines (48 loc) · 1.41 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
{
"name": "paramap",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"firebase": "^3.6.5",
"lodash": "^4.17.4",
"react": "15.4.2",
"react-native": "0.40.0",
"react-native-button": "^1.7.1",
"react-native-card-view": "0.0.3",
"react-native-config": "^0.2.1",
"react-native-fbsdk": "^0.5.0",
"react-native-firestack": "^2.3.9",
"react-native-htmlview": "^0.5.0",
"react-native-maps": "git+https://github.com/airbnb/react-native-maps.git",
"react-native-material-design": "^0.3.7",
"react-native-modalbox": "^1.3.8",
"react-native-parallax-view": "^2.0.6",
"react-native-router-flux": "^3.37.0",
"react-native-slider": "^0.9.1",
"react-native-snap-carousel": "^1.6.1",
"react-native-star-rating": "^1.0.6",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-persist": "^4.0.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.1",
"jest": "18.1.0",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}