-
Notifications
You must be signed in to change notification settings - Fork 427
/
package.json
63 lines (63 loc) · 2.03 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
{
"name": "GSYGithubApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.2.4",
"@react-native-community/netinfo": "^2.0.0",
"@react-native-community/viewpager": "^1.1.7",
"base-64": "^0.1.0",
"buffer": "^5.0.8",
"crypto-js": "^3.1.9-1",
"highlight.js": "^9.12.0",
"lottie-ios": "3.0.3",
"lottie-react-native": "^3.0.2",
"marked": "^0.3.6",
"moment": "^2.19.1",
"react": "16.9.0",
"react-native": "0.61.3",
"react-native-autolink": "^1.4.0",
"react-native-gesture-handler": "^1.1.0",
"react-native-htmlview": "^0.14.0",
"react-native-i18n": "^2.0.15",
"react-native-image-crop-picker": "^0.25.0",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-reanimated": "^1.1.0",
"react-native-root-toast": "^2.2.0",
"react-native-router-flux": "^4.1.0-beta.5",
"react-native-scrollable-tab-view-fix-guo": "^0.99.0",
"react-native-spinkit-fix-new": "git+https://github.com/CarSmallGuo/react-native-spinkit.git",
"react-native-tab-view": "^2.0.9",
"react-native-textinput-effects": "^0.4.1",
"react-native-vector-icons": "^6.6.0",
"react-native-version-number-fix-new": "git+https://github.com/CarSmallGuo/react-native-version-number.git",
"react-native-webview": "^5.6.2",
"react-navigation": "^3.1.0",
"react-redux": "^6.0.1",
"realm": "^2.29.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"showdown": "^1.8.2",
"url-parse": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-decorators": "7.4.0",
"@babel/runtime": "^7.5.4",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.8.0",
"babel-plugin-import": "^1.11.0",
"eslint": "^6.0.1",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.55.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}