-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
{
"name": "msqrc4g",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"moment": "^2.24.0",
"pod": "^0.9.0",
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-camera": "^1.6.4",
"react-native-credit-card-input": "^0.4.1",
"react-native-device-info": "^1.0.0",
"react-native-dialog": "^5.6.0",
"react-native-elements": "^1.0.0",
"react-native-gesture-handler": "^1.0.15",
"react-native-keychain": "^3.1.1",
"react-native-qrcode-scanner": "^1.1.2",
"react-native-qrcode-svg": "^5.1.2",
"react-native-really-awesome-button": "^1.4.2",
"react-native-simple-radio-button": "^2.7.3",
"react-native-svg": "^9.3.6",
"react-native-swipeout": "^2.3.6",
"react-native-touch-id": "^4.3.0",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "^3.0.9",
"react-payment": "^0.1.8",
"stripe": "^6.28.0",
"tcomb-form-native": "^0.6.20",
"yarn": "^1.13.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.0",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}