forked from CarGuo/GSYGithubAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.75 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
{
"name": "GSYGithubAPP",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"dependencies": {
"base-64": "^0.1.0",
"buffer": "^5.0.8",
"crypto-js": "^3.1.9-1",
"highlight.js": "^9.12.0",
"lottie-react-native": "^2.5.11",
"marked": "^0.3.6",
"moment": "^2.19.1",
"react": "^16.6.3",
"react-native": "^0.57.8",
"react-native-autolink": "^1.4.0",
"react-native-gesture-handler": "^1.0.0-alpha.33",
"react-native-htmlview": "^0.13.0",
"react-native-i18n": "^2.0.9",
"react-native-image-crop-picker": "^0.19.1",
"react-native-image-zoom-viewer": "^2.0.14",
"react-native-modal-dropdown": "^0.5.0",
"react-native-modalbox": "^1.4.2",
"react-native-root-toast": "^2.2.0",
"react-native-router-flux": "^4.0.6",
"react-native-scrollable-tab-view-fix-guo": "^0.8.1",
"react-native-spinkit-fix-new": "^1.1.2",
"react-native-tab-view": "^1.0.2",
"react-native-textinput-effects": "^0.4.1",
"react-native-vector-icons": "^4.4.2",
"react-native-version-number": "^0.3.4",
"react-native-version-number-fix-new": "^0.3.5",
"react-navigation": "^2.18.3",
"react-redux": "^5.0.7",
"realm": "^2.10.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"showdown": "^1.8.2",
"url-parse": "^1.2.0"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"metro-react-native-babel-preset": "^0.45.6",
"react-test-renderer": "^16.6.3"
},
"jest": {
"preset": "react-native"
}
}