|
22 | 22 | "build": "run-s patch-shaka pack build-release", |
23 | 23 | "build:arm64": "run-s patch-shaka pack build-release:arm64", |
24 | 24 | "build:arm32": "run-s patch-shaka pack build-release:arm32", |
25 | | - "build-release": "node _scripts/build.js", |
26 | | - "build-release:arm64": "node _scripts/build.js arm64", |
27 | | - "build-release:arm32": "node _scripts/build.js arm32", |
| 25 | + "build-release": "node _scripts/build.mjs", |
| 26 | + "build-release:arm64": "node _scripts/build.mjs arm64", |
| 27 | + "build-release:arm32": "node _scripts/build.mjs arm32", |
28 | 28 | "clean": "node _scripts/clean.mjs", |
29 | 29 | "debug": "run-s patch-shaka debug-runner", |
30 | 30 | "debug-runner": "node _scripts/dev-runner.js --remote-debug", |
|
43 | 43 | "lint-style": "stylelint \"src/**/*.{css,scss}\"", |
44 | 44 | "lint-style-fix": "stylelint --fix \"src/**/*.{css,scss}\"", |
45 | 45 | "lint-yml": "eslint --config eslint.config.mjs \"**/*.yml\" \"**/*.yaml\"", |
46 | | - "pack": "run-p pack:main pack:renderer pack:botGuardScript && node _scripts/injectAllowedPaths.mjs", |
| 46 | + "pack": "run-p pack:main pack:renderer pack:preload pack:botGuardScript && node _scripts/injectAllowedPaths.mjs", |
47 | 47 | "pack:main": "webpack --mode=production --node-env=production --config _scripts/webpack.main.config.js", |
48 | 48 | "pack:renderer": "webpack --mode=production --node-env=production --config _scripts/webpack.renderer.config.js", |
| 49 | + "pack:preload": "webpack --mode=production --node-env=production --config _scripts/webpack.preload.config.js", |
49 | 50 | "pack:web": "webpack --mode=production --node-env=production --config _scripts/webpack.web.config.js", |
50 | 51 | "pack:botGuardScript": "webpack --config _scripts/webpack.botGuardScript.config.js", |
51 | | - "postinstall": "run-s --silent patch-shaka", |
52 | | - "release": "run-s test build", |
| 52 | + "postinstall": "yarn run --silent patch-shaka", |
53 | 53 | "ci": "yarn install --silent --frozen-lockfile --network-concurrency 1" |
54 | 54 | }, |
55 | 55 | "dependencies": { |
|
65 | 65 | "marked": "^15.0.12", |
66 | 66 | "portal-vue": "^2.1.7", |
67 | 67 | "process": "^0.11.10", |
68 | | - "shaka-player": "^4.14.14", |
| 68 | + "shaka-player": "^4.14.15", |
69 | 69 | "swiper": "^11.2.8", |
70 | 70 | "vue": "^2.7.16", |
71 | 71 | "vue-i18n": "^8.28.2", |
|
75 | 75 | "youtubei.js": "^13.4.0" |
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | | - "@babel/core": "^7.27.1", |
| 78 | + "@babel/core": "^7.27.4", |
79 | 79 | "@babel/plugin-transform-class-properties": "^7.27.1", |
80 | 80 | "@babel/preset-env": "^7.27.2", |
81 | 81 | "@double-great/stylelint-a11y": "^3.0.4", |
82 | | - "@eslint/js": "^9.27.0", |
| 82 | + "@eslint/js": "^9.28.0", |
83 | 83 | "@intlify/eslint-plugin-vue-i18n": "^3.2.0", |
84 | 84 | "babel-loader": "^10.0.0", |
85 | 85 | "copy-webpack-plugin": "^13.0.0", |
86 | 86 | "css-loader": "^7.1.2", |
87 | 87 | "css-minimizer-webpack-plugin": "^7.0.2", |
88 | | - "electron": "^36.3.1", |
| 88 | + "electron": "^36.3.2", |
89 | 89 | "electron-builder": "^26.0.15", |
90 | | - "eslint": "^9.27.0", |
91 | | - "eslint-plugin-jsdoc": "^50.6.17", |
| 90 | + "eslint": "^9.28.0", |
| 91 | + "eslint-plugin-jsdoc": "^50.7.1", |
92 | 92 | "eslint-plugin-jsonc": "^2.20.1", |
93 | 93 | "eslint-plugin-unicorn": "^59.0.1", |
94 | 94 | "eslint-plugin-vue": "^10.1.0", |
|
102 | 102 | "mini-css-extract-plugin": "^2.9.2", |
103 | 103 | "neostandard": "^0.12.1", |
104 | 104 | "npm-run-all2": "^8.0.4", |
105 | | - "postcss": "^8.5.3", |
| 105 | + "postcss": "^8.5.4", |
106 | 106 | "postcss-scss": "^4.0.9", |
107 | | - "sass": "^1.89.0", |
| 107 | + "sass": "^1.89.1", |
108 | 108 | "sass-loader": "^16.0.5", |
109 | | - "stylelint": "^16.19.1", |
| 109 | + "stylelint": "^16.20.0", |
110 | 110 | "stylelint-config-sass-guidelines": "^12.1.0", |
111 | 111 | "stylelint-config-standard": "^38.0.0", |
112 | 112 | "stylelint-high-performance-animation": "^1.11.0", |
|
0 commit comments