This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.5 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
{
"name": "jedaeroReactNative",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@react-native-community/async-storage": "^1.3.0",
"buffer": "^5.1.0",
"cheerio-without-node-native": "^0.20.2",
"chromeless": "^1.5.2",
"iconv-lite": "^0.4.23",
"link": "^0.1.5",
"moment": "^2.24.0",
"react": "^16.6.3",
"react-native": "^0.59.4",
"react-native-communications": "^2.2.1",
"react-native-elements": "^1.0.0-beta5",
"react-native-modal-selector": "^1.0.3",
"react-native-navigation-bar-color": "0.0.9",
"react-native-paper": "^2.1.3",
"react-native-pinch-zoom-view": "^0.2.0",
"react-native-scaled-image": "0.0.1",
"react-native-simple-modal-picker": "^0.1.3",
"react-native-swiper": "git+https://github.com/rbrbrb7290/react-native-swiper.git",
"react-native-vector-icons": "^4.6.0",
"react-native-video": "^4.4.0",
"react-native-webp-support": "github:TGPSKI/react-native-webp-support",
"react-navigation": "^2.9.1",
"react-navigation-material-bottom-tabs": "^0.4.0",
"rn-fetch-blob": "^0.10.15",
"schedule": "0.4.0",
"util": "^0.11.0"
},
"devDependencies": {
"babel-jest": "^24.4.0",
"babel-preset-react-native": "5.0.2",
"jest": "^24.4.0",
"react-native-pinch": "^0.1.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}