|
5 | 5 | "author": "hymbz", |
6 | 6 | "license": "AGPL-3.0-or-later", |
7 | 7 | "repository": "github:hymbz/ComicReadScript", |
| 8 | + "bugs": { |
| 9 | + "url": "https://github.com/hymbz/ComicReadScript/issues" |
| 10 | + }, |
| 11 | + "main": "ComicReader.umd.js", |
8 | 12 | "scripts": { |
9 | 13 | "dev": "rollup --config --watch --environment NODE_ENV:development --configPlugin rollup-plugin-ts --configImportAttributesKey with", |
10 | 14 | "build": "rollup --config --configPlugin rollup-plugin-ts --configImportAttributesKey with", |
|
37 | 41 | "fast-deep-equal": "^3.1.3", |
38 | 42 | "fflate": "^0.8.2", |
39 | 43 | "file-type": "^21.0.0", |
40 | | - "jsencrypt": "^3.3.2", |
| 44 | + "jsencrypt": "3.3.2", |
41 | 45 | "jsqr": "^1.4.0", |
42 | 46 | "libarchive.js": "2.0.2", |
43 | 47 | "magic-bytes.js": "^1.12.1", |
44 | | - "marked": "^16.1.2", |
| 48 | + "marked": "^16.3.0", |
45 | 49 | "normalize.css": "^8.0.1", |
46 | 50 | "pdfjs-dist": "^5.4.149", |
47 | | - "protobufjs": "^7.5.3", |
| 51 | + "protobufjs": "^7.5.4", |
48 | 52 | "pwa-install-handler": "^2.6.3", |
49 | | - "solid-js": "^1.9.8", |
| 53 | + "solid-js": "^1.9.9", |
50 | 54 | "water.css": "^2.1.1" |
51 | 55 | }, |
52 | 56 | "devDependencies": { |
53 | 57 | "@antfu/eslint-config": "latest", |
54 | | - "@babel/core": "^7.28.0", |
| 58 | + "@babel/core": "^7.28.4", |
55 | 59 | "@babel/plugin-proposal-import-attributes-to-assertions": "^7.27.1", |
56 | | - "@babel/plugin-transform-runtime": "^7.28.0", |
57 | | - "@babel/preset-env": "^7.28.0", |
| 60 | + "@babel/plugin-transform-runtime": "^7.28.3", |
| 61 | + "@babel/preset-env": "^7.28.3", |
58 | 62 | "@babel/preset-typescript": "^7.27.1", |
59 | | - "@babel/runtime": "^7.28.2", |
60 | | - "@eslint/js": "^9.33.0", |
| 63 | + "@babel/runtime": "^7.28.4", |
| 64 | + "@eslint/js": "^9.36.0", |
61 | 65 | "@jackfranklin/rollup-plugin-markdown": "^0.4.0", |
62 | | - "@percy/cli": "^1.31.1", |
| 66 | + "@percy/cli": "^1.31.2", |
63 | 67 | "@percy/playwright": "^1.0.9", |
64 | 68 | "@prettier/plugin-oxc": "^0.0.4", |
65 | 69 | "@release-it/conventional-changelog": "^10.0.1", |
|
71 | 75 | "@rollup/plugin-replace": "^6.0.2", |
72 | 76 | "@solidjs/router": "^0.15.3", |
73 | 77 | "@storybook/test-runner": "^0.23.0", |
74 | | - "@types/libarchive.js": "^1.3.4", |
| 78 | + "@types/libarchive.js": "^2.0.1", |
75 | 79 | "@types/mocha": "^10.0.10", |
76 | | - "@types/node": "^24.2.1", |
| 80 | + "@types/node": "^24.5.2", |
77 | 81 | "@types/shelljs": "^0.8.17", |
78 | 82 | "@types/wicg-file-system-access": "^2023.10.6", |
79 | 83 | "@types/wicg-web-app-launch": "^2023.1.4", |
80 | | - "@typescript-eslint/parser": "^8.39.0", |
81 | | - "@vueless/storybook-dark-mode": "^9.0.6", |
82 | | - "@wdio/cli": "^9.18.4", |
83 | | - "@wdio/concise-reporter": "^9.18.0", |
84 | | - "@wdio/firefox-profile-service": "^9.16.2", |
| 84 | + "@typescript-eslint/parser": "^8.44.0", |
| 85 | + "@vueless/storybook-dark-mode": "^9.0.8", |
| 86 | + "@wdio/cli": "^9.19.2", |
| 87 | + "@wdio/concise-reporter": "^9.19.2", |
| 88 | + "@wdio/firefox-profile-service": "^9.19.2", |
85 | 89 | "@wdio/globals": "^9.17.0", |
86 | | - "@wdio/local-runner": "^9.18.4", |
87 | | - "@wdio/mocha-framework": "^9.18.0", |
| 90 | + "@wdio/local-runner": "^9.19.2", |
| 91 | + "@wdio/mocha-framework": "^9.19.2", |
88 | 92 | "@wdio/visual-service": "^9.0.0", |
89 | 93 | "autoprefixer": "^10.4.21", |
90 | | - "axios": "^1.11.0", |
91 | | - "babel-preset-solid": "^1.9.8", |
92 | | - "cssnano": "^7.1.0", |
93 | | - "eslint": "^9.33.0", |
| 94 | + "axios": "^1.12.2", |
| 95 | + "babel-preset-solid": "^1.9.9", |
| 96 | + "cssnano": "^7.1.1", |
| 97 | + "eslint": "^9.36.0", |
94 | 98 | "eslint-config-prettier": "^10.1.8", |
95 | 99 | "eslint-plugin-i18next": "^6.1.3", |
96 | | - "eslint-plugin-jsdoc": "^52.0.4", |
97 | | - "eslint-plugin-oxlint": "^1.11.1", |
| 100 | + "eslint-plugin-jsdoc": "^60.1.1", |
| 101 | + "eslint-plugin-oxlint": "^1.16.0", |
98 | 102 | "eslint-plugin-solid": "^0.14.5", |
99 | | - "fake-indexeddb": "^6.1.0", |
| 103 | + "fake-indexeddb": "^6.2.2", |
100 | 104 | "image-meta": "^0.2.1", |
101 | | - "jsdom": "^26.1.0", |
102 | | - "oxlint": "^1.11.1", |
103 | | - "playwright": "^1.54.2", |
| 105 | + "jsdom": "^27.0.0", |
| 106 | + "oxlint": "^1.16.0", |
| 107 | + "playwright": "^1.55.0", |
104 | 108 | "postcss-import": "^16.1.1", |
105 | 109 | "postcss-nesting": "^13.0.2", |
106 | 110 | "prettier": "^3.6.2", |
107 | 111 | "radash": "^12.1.1", |
108 | | - "release-it": "^19.0.4", |
| 112 | + "release-it": "^19.0.5", |
109 | 113 | "rfdc": "^1.4.1", |
110 | | - "rollup": "^4.46.2", |
| 114 | + "rollup": "4.48.1", |
111 | 115 | "rollup-plugin-dts": "^6.2.3", |
112 | 116 | "rollup-plugin-styles": "^4.0.0", |
113 | 117 | "rollup-plugin-ts": "^3.4.5", |
114 | 118 | "rollup-plugin-watch-external": "^1.0.2", |
115 | | - "serve": "^14.2.4", |
| 119 | + "serve": "^14.2.5", |
116 | 120 | "shelljs": "^0.10.0", |
117 | | - "storybook": "^9.1.1", |
| 121 | + "storybook": "^9.1.7", |
118 | 122 | "storybook-solidjs-vite": "9.0.3", |
119 | | - "stylelint": "^16.23.1", |
| 123 | + "stylelint": "^16.24.0", |
120 | 124 | "stylelint-config-clean-order": "^7.0.0", |
121 | 125 | "stylelint-config-standard": "^39.0.0", |
122 | 126 | "stylelint-high-performance-animation": "^1.11.0", |
|
126 | 130 | "sync-fetch": "^0.5.2", |
127 | 131 | "terser": "^5.44.0", |
128 | 132 | "tslib": "^2.8.1", |
129 | | - "type-fest": "^4.41.0", |
| 133 | + "type-fest": "^5.0.1", |
130 | 134 | "typescript": "^5.9.2", |
131 | | - "typescript-eslint": "^8.39.0", |
132 | | - "vite": "^7.1.1", |
133 | | - "vite-plugin-pwa": "^1.0.2", |
| 135 | + "typescript-eslint": "^8.44.0", |
| 136 | + "vite": "^7.1.7", |
| 137 | + "vite-plugin-pwa": "^1.0.3", |
134 | 138 | "vite-plugin-solid": "^2.11.8", |
135 | 139 | "vite-tsconfig-paths": "^5.1.4", |
136 | 140 | "vitepress": "1.6.4", |
137 | 141 | "vitest": "^3.2.4", |
138 | | - "wdio-vscode-service": "^6.1.3", |
139 | | - "xo": "^1.2.1" |
| 142 | + "wdio-vscode-service": "^6.1.4", |
| 143 | + "xo": "^1.2.2" |
140 | 144 | }, |
141 | 145 | "pnpm": { |
142 | 146 | "neverBuiltDependencies": [] |
143 | 147 | }, |
144 | 148 | "files": [ |
145 | | - "dist", |
146 | | - "public", |
147 | | - "src/helper/other.ts", |
148 | 149 | "ComicRead.user.js", |
149 | | - "ComicRead-AdGuard.user.js" |
| 150 | + "ComicRead-AdGuard.user.js", |
| 151 | + "ComicReader.umd.js", |
| 152 | + "ComicReader.umd.d.ts" |
150 | 153 | ] |
151 | 154 | } |
0 commit comments