This repository was archived by the owner on Sep 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.55 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.55 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
{
"name": "tankyu-sha",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"start:runner": "node --experimental-strip-types priv/server.ts",
"dev": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"format": "bunx --bun biome format --write --config-path biome.jsonc"
},
"devDependencies": {
"@biomejs/biome": "^2.1.1",
"@iconify-json/carbon": "^1.2.10",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^24.0.13",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/turndown": "^5.0.5",
"@vitejs/plugin-react-swc": "^3.10.2",
"typescript": "^5.8.3",
"unplugin-icons": "^22.1.0",
"vite": "^6.3.5"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@mozilla/readability": "^0.6.0",
"@radix-ui/themes": "^3.2.1",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@tanstack/react-router": "^1.127.3",
"@tanstack/react-router-devtools": "^1.127.3",
"@tanstack/router-plugin": "^1.127.5",
"defuddle": "^0.6.4",
"dotenv": "^16.6.1",
"fastify": "^5.4.0",
"fix-time": "^2.1.0",
"js-harvester": "^0.3.14",
"playwright": "^1.54.1",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"turndown": "^7.2.0",
"zod": "^3.25.76"
},
"overrides": {
"@tanstack/react-router": "^1.127.3"
}
}