forked from alphasp/pxview
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
139 lines (139 loc) · 5.25 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "WildDream",
"version": "0.2.0",
"description": "WildDream app client for Android and iOS, built in React Native. A fork of PxView.",
"private": true,
"scripts": {
"start": "react-native start",
"lint": "eslint src --fix",
"test": "jest",
"test:watch": "jest --watch --coverage",
"android": "react-native run-android",
"android-bundle": "cd android && ./gradlew bundleRelease",
"android-release": "react-native run-android --variant=release",
"android-clean": "cd android && ./gradlew clean",
"ios": "react-native run-ios",
"ios-release": "react-native run-ios --configuration Release",
"pod-install": "cd ios && pod install"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1",
"@react-native-community/cameraroll": "^1.5.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^6.0.0",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-community/viewpager": "^4.2.3",
"@react-native-firebase/analytics": "^11.4.1",
"@react-native-firebase/app": "^11.4.1",
"@react-native-firebase/crashlytics": "^11.4.1",
"@react-native-firebase/database": "^11.4.1",
"@react-native-firebase/messaging": "^11.4.1",
"@react-native-firebase/perf": "^11.4.1",
"@react-native-firebase/remote-config": "^11.4.1",
"@react-navigation/core": "^5.15.1",
"@react-navigation/drawer": "^5.12.3",
"@react-navigation/material-bottom-tabs": "^5.3.13",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.2",
"@redux-saga/testing-utils": "^1.1.3",
"bluebird": "^3.5.0",
"color": "^3.1.0",
"formik": "^1.3.1",
"hoist-non-react-statics": "^2.0.0",
"lodash.camelcase": "^4.3.0",
"lodash.truncate": "^4.4.2",
"moment": "^2.21.0",
"normalizr": "^3.2.3",
"pixiv-api-client": "^0.25.0",
"pixiv-novel-parser": "github:alphasp/pixiv-novel-parser",
"prop-types": "^15.5.10",
"qs": "^6.5.0",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-action-button": "github:alphasp/react-native-action-button",
"react-native-animatable": "^1.2.4",
"react-native-datepicker": "^1.6.0",
"react-native-device-info": "^7.0.2",
"react-native-easy-toast": "^1.2.0",
"react-native-elements": "^0.18.2",
"react-native-flash-message": "^0.1.15",
"react-native-gesture-handler": "^1.10.1",
"react-native-htmlview": "^0.15.0",
"react-native-hyperlink": "0.0.11",
"react-native-iphone-x-helper": "^1.0.2",
"react-native-linear-gradient": "^2.4.0",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-localization": "^1.0.11",
"react-native-localize": "^1.4.2",
"react-native-modal-datetime-picker": "^4.13.0",
"react-native-offline": "^5.8.0",
"react-native-paper": "^4.7.1",
"react-native-photo-view-ex": "^1.1.0",
"react-native-pkce-challenge": "^3.0.0",
"react-native-progress": "^4.1.2",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.17.1",
"react-native-share": "^1.2.1",
"react-native-slider": "^0.11.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-spinkit": "^1.5.1",
"react-native-splash-screen": "^3.2.0",
"react-native-tab-view": "^2.15.2",
"react-native-tab-view-viewpager-adapter": "^1.1.0",
"react-native-vector-icons": "^6.6.0",
"react-native-webp-format": "^1.1.2",
"react-native-webview": "^10.10.2",
"react-native-zip-archive": "^5.0.2",
"react-navigation-backhandler": "^2.0.0",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-define": "^1.1.1",
"redux-enhancer-react-native-appstate": "^0.2.0",
"redux-persist": "^5.9.1",
"redux-persist-filesystem-storage": "^2.1.0",
"redux-saga": "^1.1.3",
"reselect": "^3.0.1",
"rn-fetch-blob": "^0.12.0",
"sanitize-filename": "^1.6.1",
"shallow-equals": "^1.0.0",
"tpns_rn_plugin": "^1.1.6"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!react-native|redux-enhancer-react-native-appstate|)"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.6.2",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-react-native": "^0.2.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-react-native": "^3.8.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^2.0.1",
"prettier-eslint": "^9.0.1",
"react-test-renderer": "16.13.1",
"redux-immutable-state-invariant": "^2.0.0"
}
}