-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
78 lines (78 loc) · 2.43 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "magento_mobile_app",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"prestorybook": "rnstl",
"storybook": "(adb reverse tcp:7007 tcp:7007 || true) && start-storybook",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-community/async-storage": "^1.11.0",
"bugsnag-react-native": "^2.23.2",
"i18n-js": "^3.3.0",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"prop-types": "^15.6.0",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-elements": "^1.2.6",
"react-native-fast-image": "^8.3.2",
"react-native-gesture-handler": "1.8.0",
"react-native-icon-badge": "^1.1.3",
"react-native-localize": "^1.3.1",
"react-native-markup-kit": "^0.0.4",
"react-native-modal-selector": "^2.0.2",
"react-native-reanimated": "^1.7.0",
"react-native-render-html": "^4.2.3",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.0.0-alpha.28",
"react-native-simple-radio-button": "^2.7.4",
"react-native-swiper": "^1.6.0-rc.3",
"react-native-vector-icons": "6.6.0",
"react-native-webview": "^11.0.0",
"react-navigation": "^4.4.4",
"react-navigation-drawer": "^2.7.1",
"react-navigation-header-buttons": "^3.0.5",
"react-navigation-stack": "^2.10.4",
"react-navigation-tabs": "^2.11.1",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-persist": "^6.0.0",
"redux-persist-transform-filter": "^0.0.20",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@storybook/react-native": "^5.2.4",
"babel-eslint": "^10.0.2",
"babel-jest": "^26.6.3",
"babel-preset-react-native": "5.0.0",
"eslint": "7.14.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"flow-bin": "^0.113.0",
"jest": "^26.6.3",
"jsc-android": "^241213.1.0",
"metro-react-native-babel-preset": "^0.64.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"react-native-storybook-loader": "^1.8.1",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
},
"config": {
"react-native-storybook-loader": {
"searchDir": [
"./src"
],
"pattern": "**/*.stories.js"
}
}
}