-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
{
"private": true,
"scripts": {
"build": "bun --bun next build",
"dev": "bun --bun next dev",
"format:fix": "oxfmt",
"format": "oxfmt --check",
"lint": "bun run eslint",
"start": "bun --bun next start",
"typecheck": "bun run typegen && tsc --noEmit",
"typegen": "bun --bun next typegen"
},
"dependencies": {
"@shikijs/transformers": "3.20.0",
"@t3-oss/env-nextjs": "0.13.10",
"@vercel/analytics": "1.6.1",
"@vercel/speed-insights": "1.3.1",
"clsx": "2.1.1",
"feed": "5.1.0",
"hast-util-to-jsx-runtime": "2.3.6",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"rehype-pretty-code": "0.14.1",
"rehype-raw": "7.0.0",
"remark-gfm": "4.0.1",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"server-only": "0.0.1",
"shiki": "3.20.0",
"tailwind-merge": "3.4.0",
"valibot": "1.2.0",
"vfile": "6.0.3"
},
"devDependencies": {
"@0x57/oxfmt-config": "^1.0.5",
"@csstools/postcss-oklab-function": "4.0.12",
"@tailwindcss/postcss": "4.1.18",
"@types/bun": "1.3.5",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.23",
"eslint": "^8.57.1",
"eslint-config-next": "16.1.1",
"oxfmt": "^0.43.0",
"postcss": "8.5.6",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "0.7.2",
"tailwindcss": "4.1.18",
"typescript": "5.9.3"
}
}