-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.96 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
{
"name": "greeneyes",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"Base64": "^1.0.1",
"buffer": "^5.1.0",
"crypto-js": "^3.1.9-1",
"expo": "^29.0.0",
"g": "^2.0.1",
"js-base64": "^2.4.8",
"native-base": "^2.8.1",
"react": "16.6.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
"react-native-action-button": "^2.8.5",
"react-native-card-list": "^0.1.0",
"react-native-config": "^0.11.7",
"react-native-dotenv": "^0.2.0",
"react-native-elements": "^0.19.1",
"react-native-gesture-handler": "^1.0.10",
"react-native-image-picker": "^0.27.2",
"react-native-material-design": "^0.3.7",
"react-native-material-textfield": "^0.12.0",
"react-native-material-ui": "^1.30.1",
"react-native-modalbox": "^1.6.0",
"react-native-os": "^1.2.2",
"react-native-queue": "^1.2.1",
"react-native-sglistview": "^0.4.5",
"react-native-simple-store": "^1.3.0",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^6.1.0",
"react-native-view-more-text": "^2.0.1",
"react-navigation": "^3.0.6",
"react-timer-mixin": "^0.13.4",
"readable-stream": "^1.0.33",
"save": "^2.3.2",
"sjcl": "^1.0.7",
"stream-browserify": "^1.0.0",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "0.0.4",
"watchman": "^1.0.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"@expo/vector-icons": "^6.3.1",
"babel-jest": "23.6.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "^0.50.0",
"react-test-renderer": "16.6.1",
"rn-nodeify": "github:tradle/rn-nodeify"
},
"jest": {
"preset": "react-native"
},
"react-native": {
"crypto": "react-native-crypto"
}
}