-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.27 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": "error-wolf",
"version": "0.0.1",
"type": "module",
"private": true,
"packageManager": "pnpm@11.17.0",
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"deploy": "alchemy deploy --stage prod",
"cf-typegen": "wrangler types",
"test": "vitest run",
"test:watch": "vitest",
"calibrate:tokens": "tsx scripts/calibrate-fast-token-heuristic.ts",
"lint": "oxlint --type-aware",
"lint:fix": "oxlint --type-aware --fix",
"format": "oxfmt",
"format:check": "oxfmt --check",
"typecheck": "tsgo --noEmit",
"typecheck:tsc": "tsc --noEmit",
"generate:icons": "tsx scripts/generate-icons.ts"
},
"dependencies": {
"@base-ui/react": "^1.4.0",
"@fontsource/space-mono": "^5.3.0",
"@hugeicons/core-free-icons": "^4.1.1",
"@hugeicons/react": "^1.1.6",
"@sentry/cloudflare": "10.69.0",
"@sentry/core": "10.69.0",
"@sentry/react": "10.69.0",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-router": "^1.170.18",
"@tanstack/react-start": "^1.168.34",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^8.0.1",
"@effect/platform-node": "4.0.0-beta.100",
"@resvg/resvg-js": "^2.6.2",
"@rolldown/plugin-babel": "^0.2.3",
"@sentry/vite-plugin": "^5.4.0",
"@types/babel__core": "^7.20.5",
"@types/node": "^25.5.0",
"@types/pngjs": "^6.0.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "7.0.0-dev.20260418.1",
"@vitejs/plugin-react": "^6.0.3",
"alchemy": "2.0.0-beta.67",
"babel-plugin-react-compiler": "^1.0.0",
"effect": "4.0.0-beta.100",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"oxlint-tsgolint": "^0.21.1",
"png-to-ico": "^3.0.1",
"pngjs": "^7.0.0",
"shadcn": "^4.3.0",
"tailwindcss": "^4.2.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^8.2.0",
"vite-imagetools": "^10.0.1",
"vitest": "^4.1.5",
"wrangler": "^4.116.0"
}
}