-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
63 lines (63 loc) · 2.18 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": "gakki",
"version": "1.1.6",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "sh ./fix.sh",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.4.0",
"axios": "^0.18.1",
"code-push-cli": "^2.1.9",
"d3-interpolate": "^1.3.2",
"jstz": "^2.1.1",
"mobx": "^5.8.0",
"mobx-react": "^5.4.3",
"moment-timezone": "^0.5.23",
"native-base": "^2.8.2",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-native": "^0.59.8",
"react-native-cheerio": "^1.0.0-rc.4",
"react-native-content-loader": "git+ssh://git@github.com:shuiRong/react-native-content-loader.git#master",
"react-native-gesture-handler": "^1.0.12",
"react-native-git-upgrade": "^0.2.7",
"react-native-image-crop-picker": "^0.23.1",
"react-native-image-picker": "^0.27.2",
"react-native-material-ripple": "^0.8.0",
"react-native-render-html": "^3.10.0",
"react-native-restart": "^0.0.10",
"react-native-scrollable-tab-view": "git+ssh://git@github.com:shuiRong/react-native-scrollable-tab-view.git#master",
"react-native-spinkit": "^1.2.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.2.3",
"react-native-textinput-effects": "^0.4.2",
"react-native-vector-icons": "^6.1.0",
"react-native-video": "^4.4.0",
"react-navigation": "^2.5.0",
"relative-time-react-native-component": "^4.5.1",
"teaset": "^0.6.3"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47",
"@babel/plugin-proposal-decorators": "7.1.2",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-runtime": "7.0.0-beta.47",
"@babel/runtime": "7.0.0-beta.47",
"babel-jest": "23.6.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-mobx": "^2.0.0",
"babel-preset-react-native": "5.0.1",
"jest": "23.6.0",
"jsc-android": "^236355.1.1",
"metro-react-native-babel-preset": "^0.51.1",
"react-test-renderer": "16.6.3",
"schedule": "0.4.0"
},
"jest": {
"preset": "react-native"
}
}