-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.98 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
{
"private": true,
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.8.2",
"jest": "^23.0.1",
"jest-react-native": "^18.0.0",
"prettier": "^1.13.2",
"prettier-eslint": "^6.4.2",
"react-native-scripts": "1.7.0",
"react-test-renderer": "16.3.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"lint": "eslint app/",
"lint:fix": "eslint app/ --fix"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!react-native|expo|react-navigation|native-base-shoutem-theme|@shoutem/theme|@shoutem/animation|@shoutem/ui|tcomb-form-native|@expo/vector-icons)"
]
},
"dependencies": {
"@cap-cross/cap-core": "0.4.1",
"@cap-cross/cap-react-native": "0.5.0",
"@expo/vector-icons": "^6.3.1",
"expo": "^28.0.0",
"i18next": "^7.1.3",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"native-base": "~2.6.1",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-native": "~0.55.4",
"react-native-action-button": "^2.8.4",
"react-native-dropdownalert": "^2.8.0",
"react-native-elements": "^0.17.0",
"react-native-extended-stylesheet": "^0.6.0",
"react-navigation": "^2.6.2",
"react-navigation-redux-helpers": "^2.0.2",
"react-redux": "^5.0.7",
"recompose": "^0.23.0",
"redux": "^3.7.2",
"redux-form": "^7.2.2",
"redux-logger": "^3.0.1",
"redux-storage": "^4.1.2",
"redux-storage-engine-reactnativeasyncstorage": "^1.0.5",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.7",
"reselect": "^3.0.0"
}
}