-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 3.35 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
{
"name": "lahimatkailu",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "del .\\node_modules\\react-native\\local-cli\\core\\__fixtures__\\files\\package.json && rd .\\node_modules\\react-native-vector-icons\\lib /s /q && md .\\node_modules\\react-native-vector-icons\\lib && xcopy .\\customizedComponents\\react-native-vector-icons\\lib\\* .\\node_modules\\react-native-vector-icons\\lib\\ /s /e /i && del .\\node_modules\\react-native-looped-carousel-improved\\index.js && copy customizedComponents\\react-native-looped-carousel-improved\\index.js node_modules\\react-native-looped-carousel-improved\\ && del .\\node_modules\\react-native-navigation\\android\\app\\src\\main\\java\\com\\reactnativenavigation\\controllers\\NavigationActivity.java && del .\\node_modules\\react-native-navigation\\android\\app\\src\\main\\java\\com\\reactnativenavigation\\controllers\\SplashActivity.java && del .\\node_modules\\react-native-navigation\\android\\app\\src\\main\\java\\com\\reactnativenavigation\\react\\JsDevReloadListenerReplacer.java && del .\\node_modules\\react-native-navigation\\android\\app\\src\\main\\java\\com\\reactnativenavigation\\react\\ReactDevPermission.java && copy customizedComponents\\react-native-navigation\\NavigationActivity.java node_modules\\react-native-navigation\\android\\app\\src\\main\\java\\com\\reactnativenavigation\\controllers\\ && copy customizedComponents\\react-native-navigation\\SplashActivity.java node_modules\\react-native-navigation\\android\\app\\src\\main\\java\\com\\reactnativenavigation\\controllers\\ && copy customizedComponents\\react-native-navigation\\JsDevReloadListenerReplacer.java node_modules\\react-native-navigation\\android\\app\\src\\main\\java\\com\\reactnativenavigation\\react\\ && copy customizedComponents\\react-native-navigation\\ReactDevPermission.java node_modules\\react-native-navigation\\android\\app\\src\\main\\java\\com\\reactnativenavigation\\react\\"
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "0.0.13",
"geolib": "^2.0.24",
"npm": "^5.7.1",
"react": "16.2.0",
"react-native": "^0.53.3",
"react-native-action-button": "^2.8.4",
"react-native-checkbox": "^2.0.0",
"react-native-elements": "^0.19.0",
"react-native-fontawesome": "^5.7.0",
"react-native-image-placeholder": "^1.0.14",
"react-native-looped-carousel-improved": "^1.0.2",
"react-native-maps": "^0.19.0",
"react-native-maps-super-cluster": "^1.3.2",
"react-native-modal": "^6.0.0",
"react-native-navigation": "^1.1.457",
"react-native-settings-components": "0.0.1",
"react-native-table-component": "^1.1.3",
"react-native-vector-icons": "^4.5.0",
"react-native-version-number": "^0.3.3",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-i18n": "^1.5.13",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-plugin-transform-remove-console": "^6.9.2",
"babel-eslint": "^8.2.3",
"babel-jest": "22.4.1",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"jest": "22.4.2",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}