-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.58 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.58 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": "personal-site",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.12.2",
"scripts": {
"postinstall": "patch-package",
"dev": "vite",
"build": "NODE_OPTIONS=--max-old-space-size=4096 vite build",
"analyse": "ANALYSE=1 NODE_OPTIONS=--max-old-space-size=4096 vite build",
"typecheck": "tsc -b",
"lint": "eslint .",
"lint:oxc": "oxlint",
"preview": "vite preview",
"start": "node .output/server/index.mjs",
"test": "vitest",
"test:browser": "vitest --workspace=vitest.workspace.ts",
"guestbook:marker": "tsx --env-file=.env.local scripts/guestbook-marker.ts",
"leaderboard:marker": "tsx --env-file=.env.local scripts/leaderboard-marker.ts",
"lexicons:publish": "tsx --env-file=.env.local scripts/lexicons-publish.ts",
"library:build": "tsx scripts/library-build.ts",
"health:backfill": "NODE_OPTIONS=--max-old-space-size=4096 tsx --env-file=.env.local scripts/health-backfill.ts"
},
"dependencies": {
"@ariakit/react": "^0.4.17",
"@atcute/bluesky": "^1.0.14",
"@atcute/car": "^3.0.2",
"@atcute/client": "^2.0.8",
"@atcute/identity": "^1.1.4",
"@atcute/identity-resolver": "^1.2.2",
"@atcute/oauth-browser-client": "^3.0.0",
"@atcute/whitewind": "^1.0.4",
"@atproto/api": "^0.14.9",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/language": "^6.12.3",
"@codemirror/language-data": "^6.5.1",
"@codemirror/view": "^6.41.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@faker-js/faker": "^9.7.0",
"@fontsource-variable/doto": "^5.2.10",
"@fontsource-variable/jetbrains-mono": "^5.2.5",
"@lezer/highlight": "^1.2.3",
"@radix-ui/react-hover-card": "^1.1.6",
"@resvg/resvg-wasm": "^2.6.2",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/query-sync-storage-persister": "^5.69.0",
"@tanstack/react-query": "^5.68.0",
"@tanstack/react-query-devtools": "^5.68.0",
"@tanstack/react-query-persist-client": "^5.69.0",
"@tanstack/react-router": "^1.168.23",
"@tanstack/react-router-devtools": "^1.166.13",
"@tanstack/react-start": "^1.167.42",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.6",
"@tanstack/router-plugin": "^1.167.22",
"@total-typescript/ts-reset": "^0.6.1",
"@types/d3-geo": "^3.1.0",
"@types/leaflet": "^1.9.21",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/codemirror-theme-okaidia": "^4.23.10",
"@uiw/codemirror-theme-tokyo-night": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"codemirror-json-schema": "^0.8.1",
"cron-parser": "^5.5.0",
"cronstrue": "^3.14.0",
"d3-geo": "^3.1.1",
"focus-trap-react": "^11.0.3",
"fuse.js": "^7.1.0",
"gif-frames": "^1.0.1",
"json-schema-default": "^1.0.2",
"leaflet": "^1.9.4",
"lucide-react": "^0.483.0",
"markdown-it": "^14.1.0",
"mediabunny": "^1.40.1",
"motion": "^12.5.0",
"patch-package": "^8.0.0",
"pdfjs-serverless": "^0.7.0",
"psn-api": "^2.18.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-markdown": "^10.1.0",
"reading-time-estimator": "^1.11.0",
"remark-gfm": "^4.0.1",
"sugar-high": "^1.1.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.14",
"topojson-client": "^3.1.0",
"world-atlas": "^2.0.2"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.33.0",
"@eslint/js": "^9.21.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/markdown-it": "^14.1.2",
"@types/pngjs": "^6.0.5",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@types/topojson-client": "^3.1.5",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/browser": "^4.1.4",
"@vitest/coverage-v8": "^4.1.4",
"@vitest/ui": "^4.1.4",
"@webgpu/types": "^0.1.69",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"happy-dom": "^17.4.6",
"msw": "^2.8.3",
"oxlint": "^1.61.0",
"pixelmatch": "^7.1.0",
"playwright": "^1.51.1",
"pngjs": "^7.0.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"rollup-plugin-visualizer": "^7.0.1",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^7.3.2",
"vitest": "^4.1.4",
"vitest-browser-react": "^2.2.0",
"wrangler": "4.85.0"
}
}