forked from togayther/react-native-cnblogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.72 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
{
"name": "reactNativeCnblogs",
"version": "3.0.0",
"author": {
"name": "togayther",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"cnblogs",
"mobile"
],
"homepage": "https://github.com/togayther/react-native-cnblogs",
"bugs": {
"url": "https://github.com/togayther/react-native-cnblogs/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/togayther/react-native-cnblogs.git"
},
"scripts": {
"log": "adb logcat *:S ReactNative:V ReactNativeJS:V",
"reverse": "adb reverse tcp:8081 tcp:8081",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test-android": "cd android && gradlew installRelease",
"release-android": "cd android && gradlew assembleRelease",
"update-android": "code-push release-react cnblogs android",
"update-android-production": "code-push promote cnblogs Staging Production"
},
"dependencies": {
"entities": "^1.1.1",
"flux-standard-action": "^0.6.1",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"react": "^15.3.1",
"react-addons-pure-render-mixin": "^15.2.0",
"react-native": "^0.34.0",
"react-native-action-button": "^2.0.3",
"react-native-animatable": "^0.6.1",
"react-native-code-push": "^1.13.5-beta",
"react-native-html-converter": "^1.0.4",
"react-native-parallax-scroll-view": "^0.19.0",
"react-native-scrollable-tab-view": "^0.5.1",
"react-native-toast": "^1.0.1",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"react-timer-mixin": "^0.13.3",
"redux": "^3.5.2",
"redux-actions": "^0.10.0",
"redux-thunk": "^2.1.0"
}
}