-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.61 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
{
"name": "Reciclando",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint ./"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.47",
"@mapbox/react-native-mapbox-gl": "6.1.2",
"axios": "^0.18.0",
"eslint-plugin-jest": "^21.24.1",
"haversine": "^1.1.0",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-config": "^0.11.5",
"react-native-device-detection": "^0.2.0",
"react-native-localization": "^1.0.7",
"react-native-modal": "^6.5.0",
"react-native-navigation": "^1.1.487",
"react-native-vector-icons": "^5.0.0",
"react-redux": "^5.0.7",
"recompose": "^0.27.0",
"redux": "^4.0.0",
"redux-persist": "^5.9.1",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "23.4.0",
"babel-preset-react-native": "2.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "23.4.0",
"moxios": "^0.4.0",
"react-test-renderer": "^16.5.2",
"redux-mock-store": "^1.5.3"
},
"jest": {
"preset": "react-native",
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/assetsTransformer.js",
"\\.(css|less)$": "<rootDir>/assetsTransformer.js"
}
}
}