forked from bnelson777/id.ly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.72 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
{
"name": "id-ly",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-jest": "^22.4.3",
"babel-preset-react-native": "^4.0.0",
"jest": "^22.4.3",
"jest-react-native": "^18.0.0",
"jsdom": "11.10.0",
"jsdom-global": "3.0.2",
"react-dom": "^16.3.2",
"react-test-renderer": "^16.3.0-alpha.1",
"redux-mock-store": "^1.5.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "jest-react-native",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-navigation|@expo/react-native-action-sheet)"
]
},
"dependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"prop-types": "^15.6.1",
"react": "16.3.0-alpha.1",
"react-native": "0.54.0",
"react-native-actionsheet": "^2.4.2",
"react-native-aes-kit": "^1.0.2",
"react-native-autogrow-textinput": "^5.1.1",
"react-native-camera": "^0.7.0",
"react-native-elements": "^0.19.1",
"react-native-fetch-blob": "^0.10.8",
"react-native-gifted-chat": "^0.4.3",
"react-native-image-picker": "^0.26.7",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-permissions": "^1.1.1",
"react-native-qrcode": "^0.2.6",
"react-native-router-flux": "^4.0.0-beta.28",
"react-native-rsa": "0.0.3",
"react-native-sensitive-info": "^5.1.0",
"react-native-simple-toast": "0.0.8",
"react-native-vector-icons": "^4.6.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0"
}
}