-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.24 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.24 KB
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
{
"name": "@hymbz/comic-read-script",
"version": "12.5.2",
"description": "为漫画站增加双页阅读、翻译等优化体验的增强功能的油猴脚本",
"bugs": {
"url": "https://github.com/hymbz/ComicReadScript/issues"
},
"license": "AGPL-3.0-or-later",
"author": "hymbz",
"repository": "github:hymbz/ComicReadScript",
"files": [
"ComicRead.user.js",
"ComicRead-AdGuard.user.js",
"ComicReader.umd.js",
"ComicReader.umd.d.ts"
],
"type": "module",
"main": "./ComicReader.umd.js",
"scripts": {
"dev": "tsx scripts/build.ts --dev",
"build": "tsx scripts/build.ts",
"release": "tsx scripts/release.ts",
"release:push": "tsx scripts/release.ts push",
"test": "vitest",
"check": "tsc -noEmit && oxlint -f stylish --fix . && oxfmt . && stylelint \"**/*.css\"",
"pwa-assets-generator": "pwa-assets-generator",
"pwa:dev": "vite serve src/pwa",
"pwa:build": "vite build src/pwa",
"pwa:preview": "vite preview src/pwa",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test-storybook": "test-storybook --maxWorkers=1 --testTimeout 60000",
"percy": "percy exec -- pnpm test-storybook",
"wdio": "wdio run ./wdio.conf.ts"
},
"dependencies": {
"@material-design-icons/svg": "^0.14.15",
"@placemarkio/flat-drop-files": "^1.0.2",
"@solid-primitives/map": "^0.7.3",
"@solid-primitives/scheduled": "^1.5.2",
"@solid-primitives/set": "^0.7.2",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
"browser-fs-access": "^0.38.0",
"comlink": "^4.4.2",
"dequal": "^2.0.3",
"fflate": "^0.8.2",
"file-type": "^21.1.1",
"jsqr": "^1.4.0",
"libarchive.js": "2.0.2",
"magic-bytes.js": "^1.12.1",
"marked": "^17.0.1",
"normalize.css": "^8.0.1",
"pdfjs-dist": "^5.4.449",
"pwa-install-handler": "^2.6.3",
"solid-js": "^1.9.10",
"water.css": "^2.1.1"
},
"devDependencies": {
"@percy/cli": "^1.31.5",
"@percy/playwright": "^1.0.10",
"@release-it/conventional-changelog": "^9",
"@storybook/test-runner": "^0.24.2",
"@types/libarchive.js": "^2.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^24.10.1",
"@types/shelljs": "^0.8.17",
"@types/sync-fetch": "^0.4.3",
"@types/wicg-file-system-access": "^2023.10.7",
"@types/wicg-web-app-launch": "^2023.1.4",
"@wdio/cli": "^9.21.1",
"@wdio/concise-reporter": "^9.20.0",
"@wdio/firefox-profile-service": "^9.20.0",
"@wdio/globals": "^9.17.0",
"@wdio/local-runner": "^9.21.0",
"@wdio/mocha-framework": "^9.21.0",
"@wdio/visual-service": "^9.0.2",
"autoprefixer": "^10.4.22",
"axios": "^1.13.2",
"browserslist": "^4.28.2",
"browserslist-to-esbuild": "^2.1.1",
"chalk": "^5.6.2",
"cssnano": "^7.1.2",
"dts-bundle-generator": "^9.5.1",
"ehentai-api": "^0.0.4",
"eslint-plugin-i18next": "^6.1.3",
"eslint-plugin-solid": "^0.14.5",
"fake-indexeddb": "^6.2.5",
"image-meta": "^0.2.2",
"jsdom": "^27.2.0",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"oxlint-tsgolint": "^0.22.1",
"playwright": "^1.57.0",
"postcss": "^8.5.14",
"postcss-import": "^16.1.1",
"postcss-modules": "^6.0.1",
"postcss-nesting": "^13.0.2",
"radash": "^12.1.1",
"release-it": "^19.0.5",
"rfdc": "^1.4.1",
"rolldown": "^1.0.0",
"serve": "^14.2.5",
"shelljs": "^0.10.0",
"storybook": "^10.1.4",
"storybook-solidjs-vite": "^10.0.12",
"stylelint": "^16.26.1",
"stylelint-config-clean-order": "^8.0.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-high-performance-animation": "^1.11.0",
"stylelint-order": "^7.0.0",
"svgo": "^4.0.0",
"sync-fetch": "^0.5.2",
"terser": "^5.44.1",
"tslib": "^2.8.1",
"tsx": "^4.21.0",
"type-fest": "^5.3.0",
"typescript": "^5.9.3",
"unplugin-solid": "^1.0.0",
"vite": "^8.0.0",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-solid": "^2.11.10",
"vitepress": "^2.0.0-alpha.17",
"vitest": "^4.0.15",
"wdio-vscode-service": "^6.1.4"
},
"pnpm": {
"neverBuiltDependencies": []
}
}