-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.84 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
{
"name": "f0rr0.github.io",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsgo --noEmit",
"lint": "ultracite check && oxlint .",
"lint:ox": "oxlint .",
"resume:pdf": "bun scripts/build-resume-pdf.ts",
"rulesync": "bunx rulesync generate",
"format": "ultracite fix",
"format:ox": "oxfmt --write",
"format:check": "oxfmt --check",
"format:typ": "typstyle -i career",
"format:typ:check": "typstyle --check career"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.2.9",
"@t3-oss/env-nextjs": "^0.13.11",
"@tailwindcss/typography": "^0.5.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"feed": "^5.2.1",
"lucide-react": "^1.21.0",
"mermaid": "^11.16.0",
"next": "^16.2.9",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"shadcn": "^4.11.0",
"shiki": "^4.3.0",
"tailwind-merge": "^3.6.0",
"unist-util-visit": "^5.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/mdx": "^2.0.14",
"@types/node": "^26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "^7.0.0-dev.20260624.1",
"babel-plugin-react-compiler": "1.0.0",
"oxfmt": "^0.56.0",
"oxlint": "^1.71.0",
"oxlint-tsgolint": "^0.23.0",
"schema-dts": "^2.0.0",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "^7.0.1-rc",
"ultracite": "^7.8.3"
}
}