|
17 | 17 | "type": "module", |
18 | 18 | "main": "./ComicReader.umd.js", |
19 | 19 | "scripts": { |
20 | | - "dev": "rollup --config --watch --environment NODE_ENV:development --configPlugin @rollup/plugin-typescript --configImportAttributesKey with", |
21 | | - "build": "rollup --config --configPlugin @rollup/plugin-typescript --configImportAttributesKey with", |
22 | | - "release": "node release.mjs", |
23 | | - "release:push": "node release.mjs push", |
| 20 | + "dev": "tsx scripts/build.ts --dev", |
| 21 | + "build": "tsx scripts/build.ts", |
| 22 | + "release": "tsx scripts/release.ts", |
| 23 | + "release:push": "tsx scripts/release.ts push", |
24 | 24 | "test": "vitest", |
25 | | - "check": "tsc -noEmit && oxlint -f stylish . && oxfmt . && stylelint \"**/*.css\"", |
| 25 | + "check": "tsc -noEmit && oxlint -f stylish --fix . && oxfmt . && stylelint \"**/*.css\"", |
26 | 26 | "pwa-assets-generator": "pwa-assets-generator", |
27 | 27 | "pwa:dev": "vite serve src/pwa", |
28 | 28 | "pwa:build": "vite build src/pwa", |
|
46 | 46 | "@tensorflow/tfjs-backend-webgpu": "^4.22.0", |
47 | 47 | "browser-fs-access": "^0.38.0", |
48 | 48 | "comlink": "^4.4.2", |
49 | | - "fast-deep-equal": "^3.1.3", |
| 49 | + "dequal": "^2.0.3", |
50 | 50 | "fflate": "^0.8.2", |
51 | 51 | "file-type": "^21.1.1", |
52 | 52 | "jsqr": "^1.4.0", |
|
60 | 60 | "water.css": "^2.1.1" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@babel/core": "^7.28.5", |
64 | | - "@babel/plugin-proposal-import-attributes-to-assertions": "^7.27.1", |
65 | | - "@babel/plugin-transform-runtime": "^7.28.5", |
66 | | - "@babel/preset-env": "^7.28.5", |
67 | | - "@babel/preset-typescript": "^7.28.5", |
68 | | - "@babel/runtime": "^7.28.4", |
69 | | - "@jackfranklin/rollup-plugin-markdown": "^0.4.0", |
70 | 63 | "@percy/cli": "^1.31.5", |
71 | 64 | "@percy/playwright": "^1.0.10", |
72 | 65 | "@release-it/conventional-changelog": "^9", |
73 | | - "@rollup/plugin-alias": "^6.0.0", |
74 | | - "@rollup/plugin-babel": "^6.1.0", |
75 | | - "@rollup/plugin-commonjs": "^29.0.0", |
76 | | - "@rollup/plugin-json": "^6.1.0", |
77 | | - "@rollup/plugin-node-resolve": "^16.0.3", |
78 | | - "@rollup/plugin-replace": "^6.0.3", |
79 | | - "@rollup/plugin-typescript": "^12.3.0", |
80 | | - "@solidjs/router": "^0.15.4", |
81 | 66 | "@storybook/test-runner": "^0.24.2", |
82 | 67 | "@types/libarchive.js": "^2.0.1", |
83 | 68 | "@types/mocha": "^10.0.10", |
|
95 | 80 | "@wdio/visual-service": "^9.0.2", |
96 | 81 | "autoprefixer": "^10.4.22", |
97 | 82 | "axios": "^1.13.2", |
98 | | - "babel-preset-solid": "^1.9.10", |
| 83 | + "browserslist": "^4.28.2", |
| 84 | + "browserslist-to-esbuild": "^2.1.1", |
| 85 | + "chalk": "^5.6.2", |
99 | 86 | "cssnano": "^7.1.2", |
| 87 | + "dts-bundle-generator": "^9.5.1", |
100 | 88 | "ehentai-api": "^0.0.4", |
101 | 89 | "eslint-plugin-i18next": "^6.1.3", |
102 | 90 | "eslint-plugin-solid": "^0.14.5", |
|
107 | 95 | "oxlint": "^1.62.0", |
108 | 96 | "oxlint-tsgolint": "^0.22.1", |
109 | 97 | "playwright": "^1.57.0", |
| 98 | + "postcss": "^8.5.14", |
110 | 99 | "postcss-import": "^16.1.1", |
| 100 | + "postcss-modules": "^6.0.1", |
111 | 101 | "postcss-nesting": "^13.0.2", |
112 | 102 | "radash": "^12.1.1", |
113 | 103 | "release-it": "^19.0.5", |
114 | 104 | "rfdc": "^1.4.1", |
115 | | - "rollup": "4.53.3", |
116 | | - "rollup-plugin-dts": "^6.3.0", |
117 | | - "rollup-plugin-styles": "^4.0.0", |
118 | | - "rollup-plugin-watch-external": "^1.0.2", |
| 105 | + "rolldown": "^1.0.0", |
119 | 106 | "serve": "^14.2.5", |
120 | 107 | "shelljs": "^0.10.0", |
121 | 108 | "storybook": "^10.1.4", |
122 | | - "storybook-solidjs-vite": "10.0.9", |
| 109 | + "storybook-solidjs-vite": "^10.0.12", |
123 | 110 | "stylelint": "^16.26.1", |
124 | 111 | "stylelint-config-clean-order": "^8.0.0", |
125 | 112 | "stylelint-config-standard": "^39.0.1", |
|
129 | 116 | "sync-fetch": "^0.5.2", |
130 | 117 | "terser": "^5.44.1", |
131 | 118 | "tslib": "^2.8.1", |
| 119 | + "tsx": "^4.21.0", |
132 | 120 | "type-fest": "^5.3.0", |
133 | 121 | "typescript": "^5.9.3", |
134 | | - "typescript-eslint": "^8.48.1", |
135 | | - "vite": "^7.2.6", |
136 | | - "vite-plugin-pwa": "^1.2.0", |
| 122 | + "unplugin-solid": "^1.0.0", |
| 123 | + "vite": "^8.0.0", |
| 124 | + "vite-plugin-pwa": "^1.3.0", |
137 | 125 | "vite-plugin-solid": "^2.11.10", |
138 | | - "vite-tsconfig-paths": "^5.1.4", |
139 | | - "vitepress": "1.6.4", |
| 126 | + "vitepress": "^2.0.0-alpha.17", |
140 | 127 | "vitest": "^4.0.15", |
141 | | - "wdio-vscode-service": "^6.1.4", |
142 | | - "xo": "^1.2.3" |
| 128 | + "wdio-vscode-service": "^6.1.4" |
143 | 129 | }, |
144 | 130 | "pnpm": { |
145 | 131 | "neverBuiltDependencies": [] |
|
0 commit comments