-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1002 Bytes
/
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
{
"name": "neopay_walpay",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"ac-qrcode": "^1.0.1",
"lottie-ios": "^2.1.3",
"lottie-react-native": "2.2.7",
"picker": "^0.1.4",
"prop-types": "^15.5.8",
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"react-native-animatable": "^1.2.4",
"react-native-camera": "^0.10.0",
"react-native-contacts": "github:rt2zz/react-native-contacts",
"react-native-picker": "^4.2.0",
"react-native-qrcode": "^0.2.6",
"react-native-swRefresh": "^1.2.3",
"react-native-swiper": "^1.5.13",
"react-native-viewpager": "^0.2.13",
"react-navigation": "1.0.0-beta.19"
},
"devDependencies": {
"babel-jest": "21.0.2",
"babel-preset-react-native": "3.0.2",
"jest": "21.0.2",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}