-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.45 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.45 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
{
"name": "ham-study",
"type": "module",
"version": "1.12.1",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"deploy": "npm run build && wrangler deploy",
"start": "wrangler dev",
"start:https": "wrangler dev --local-protocol=https --https-key-path=./.cert/key.pem --https-cert-path=./.cert/cert.pem",
"watch:hk": "node scripts/watch-translation.mjs",
"typecheck": "react-router typegen && tsc",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"release:start": "node scripts/start-release.js",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@fontsource-variable/inter": "^5.2.8",
"@phosphor-icons/react": "^2.1.10",
"@react-router/cloudflare": "7.12.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@types/js-yaml": "^4.0.9",
"@types/three": "^0.182.0",
"antenna": "file:wasm/antenna/pkg",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^25.7.3",
"i18next-browser-languagedetector": "^8.2.0",
"isbot": "^5.1.31",
"js-yaml": "^4.1.1",
"katex": "^0.16.27",
"pretty-cache-header": "^1.0.0",
"radix-ui": "^1.4.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.1",
"react-intersection-observer": "^10.0.0",
"react-router": "7.12.0",
"react-router-dom": "7.12.0",
"remix-i18next": "^7.4.2",
"shadcn": "^3.6.2",
"tailwind-merge": "^3.4.0",
"three": "^0.182.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@cloudflare/vite-plugin": "^1.20.3",
"@cloudflare/workers-types": "^4.20260114.0",
"@playwright/test": "^1.58.2",
"@react-router/dev": "7.12.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.13",
"@types/katex": "^0.16.7",
"@types/node": "^22",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"chokidar": "^5.0.0",
"puppeteer": "^24.35.0",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-imagetools": "^9.0.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.59.1"
}
}