-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
155 lines (155 loc) · 5.44 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "miyoutv",
"description": "MiyouTV",
"version": "1.8.0",
"author": {
"name": "takaaki, Brazil Ltd.",
"url": "http://razil.jp/"
},
"bugs": {
"url": "https://github.com/search-future/miyou.tv/issues"
},
"dependencies": {
"7zip-bin": "^5.2.0",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/datetimepicker": "^7.7.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-community/toolbar-android": "^0.2.1",
"@react-native-picker/picker": "^2.7.5",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"axios": "^1.7.0",
"electron-dl": "^3.5.2",
"electron-store": "^8.2.0",
"js-base64": "^3.7.7",
"md5": "^2.3.0",
"moment": "^2.30.1",
"mousetrap": "^1.6.5",
"mpv.js": "^0.3.0",
"qs": "^6.12.1",
"react": "18.3.1",
"react-art": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.74.1",
"react-native-blob-util": "^0.19.9",
"react-native-document-picker": "^9.2.0",
"react-native-elements": "3.4.3",
"react-native-gesture-handler": "^2.16.2",
"react-native-get-random-values": "^1.11.0",
"react-native-immersive": "^2.0.0",
"react-native-keep-awake": "^4.0.0",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "^3.11.0",
"react-native-root-toast": "^3.6.0",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.31.1",
"react-native-slider": "^0.11.0",
"react-native-svg": "^15.3.0",
"react-native-vector-icons": "^10.1.0",
"react-native-video": "^5.2.1",
"react-native-vlc-media-player": "^1.0.67",
"react-native-web": "^0.19.11",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-persist-transform-encrypt": "^4.0.0",
"redux-saga": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-class-static-block": "^7.21.0",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "^0.74.83",
"@react-native/metro-config": "^0.74.83",
"@react-native/typescript-config": "0.74.83",
"@types/jest": "^29.5.12",
"@types/js-base64": "^3.3.1",
"@types/md5": "^2.3.5",
"@types/mousetrap": "^1.6.15",
"@types/qs": "^6.9.15",
"@types/react": "^18",
"@types/react-native": "^0.72.8",
"@types/react-native-keep-awake": "^2.0.8",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-native-video": "^5.0.20",
"@types/react-redux": "^7.1.33",
"@types/react-test-renderer": "^18.3.0",
"@types/redux-persist-transform-encrypt": "^2.0.4",
"@types/webpack": "^4.41.38",
"babel-jest": "^29.7.0",
"babel-loader": "^8.3.0",
"babel-plugin-react-native-web": "^0.19.11",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cross-env": "^7.0.3",
"electron": "^29.4.0",
"electron-builder": "^24.13.3",
"electron-notarize": "^1.2.1",
"electron-reload": "^1.5.0",
"env-cmd": "^10.1.0",
"jest": "^29.7.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"react-test-renderer": "^18.3.1",
"tar": "^6.2.1",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.4.5",
"url-loader": "^4.1.1",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0"
},
"homepage": "http://miyou.tv/",
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.6.4",
"keywords": [
"chinachu",
"dtv",
"dvr",
"garapontv",
"mirakurun",
"miyoutv",
"tv"
],
"license": "Apache-2.0",
"main": "index.electron.js",
"private": true,
"productName": "MiyouTV",
"repository": {
"type": "git",
"url": "git+https://github.com/search-future/miyou.tv.git"
},
"resolutions": {
"@types/react": "^18",
"react-native-root-siblings": "4.0.4"
},
"scripts": {
"start": "yarn env-cmd node node_modules/react-native/local-cli/cli.js start",
"android": "yarn env-cmd node node_modules/react-native/local-cli/cli.js run-android",
"ios": "yarn env-cmd node node_modules/react-native/local-cli/cli.js run-ios",
"electron": "cross-env NODE_ENV=\"development\" yarn env-cmd electron .",
"start-web": "yarn env-cmd webpack --mode development --color -w",
"download-mpv": "node download-mpv.js",
"collect-mpv": "node collect-mpv.js",
"env-cmd": "env-cmd -f .env.local --fallback",
"electron-builder": "yarn env-cmd electron-builder",
"postinstall": "patch-package",
"pack-electron": "yarn env-cmd webpack --mode production --color && yarn electron-builder --dir",
"dist-electron": "yarn env-cmd webpack --mode production --color && yarn electron-builder",
"pack-android": "cd android/ && env-cmd -f ../.env.local --fallback ./gradlew assembleRelease",
"dist-android": "cd android/ && env-cmd -f ../.env.local --fallback ./gradlew bundleRelease",
"build-agent": "yarn env-cmd webpack --mode production --color --config miyoutv-agent/webpack.config.js",
"dist-agent": "yarn build-agent && node dist-agent.js",
"test": "yarn env-cmd jest",
"tsc": "yarn env-cmd tsc"
}
}