-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
157 lines (157 loc) · 5.55 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
156
157
{
"name": "miyoutv",
"description": "MiyouTV",
"version": "1.7.9",
"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.6.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^11.2.1",
"@react-native-community/toolbar-android": "^0.2.1",
"@react-native-picker/picker": "^2.6.1",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.10",
"@react-navigation/stack": "^6.3.21",
"axios": "^1.6.7",
"electron-dl": "^3.5.2",
"electron-store": "^8.1.0",
"js-base64": "^3.7.6",
"md5": "^2.3.0",
"moment": "^2.30.1",
"mousetrap": "^1.6.5",
"mpv.js": "^0.3.0",
"qs": "^6.11.2",
"react": "18.2.0",
"react-art": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.73.4",
"react-native-blob-util": "^0.19.6",
"react-native-document-picker": "^9.1.1",
"react-native-elements": "3.4.3",
"react-native-gesture-handler": "^2.14.1",
"react-native-get-random-values": "^1.10.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.6.2",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"react-native-slider": "^0.11.0",
"react-native-svg": "^14.1.0",
"react-native-vector-icons": "^10.0.3",
"react-native-video": "^5.2.1",
"react-native-vlc-media-player": "^1.0.61",
"react-native-web": "^0.19.10",
"react-redux": "^9.0.4",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-persist-transform-encrypt": "^4.0.0",
"redux-saga": "^1.2.3"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-class-static-block": "^7.21.0",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "^0.73.2",
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "0.73.1",
"@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.11",
"@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.19",
"@types/react-redux": "^7.1.33",
"@types/react-test-renderer": "^18.0.7",
"@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.10",
"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": "^22.3.27",
"electron-builder": "^24.10.0",
"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.1.1",
"react-test-renderer": "^18.2.0",
"tar": "^6.2.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.3.3",
"url-loader": "^4.1.1",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0"
},
"homepage": "http://miyou.tv/",
"engines": {
"node": ">=18"
},
"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": "npm run env-cmd -- node node_modules/react-native/local-cli/cli.js start",
"android": "npm run env-cmd -- node node_modules/react-native/local-cli/cli.js run-android",
"ios": "npm run env-cmd -- node node_modules/react-native/local-cli/cli.js run-ios",
"electron": "cross-env NODE_ENV=\"development\" npm run env-cmd -- electron .",
"start-web": "npm run 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": "npm run env-cmd -- electron-builder",
"postinstall": "patch-package",
"prepack-electron": "npm run env-cmd -- webpack --mode production --color",
"pack-electron": "npm run electron-builder -- --dir",
"predist-electron": "npm run env-cmd -- webpack --mode production --color",
"dist-electron": "npm run 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": "npm run env-cmd -- webpack --mode production --color --config miyoutv-agent/webpack.config.js",
"predist-agent": "npm run build-agent",
"dist-agent": "node dist-agent.js",
"test": "npm run env-cmd -- jest",
"tsc": "npm run env-cmd -- tsc"
}
}