-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.49 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
{
"name": "voz.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"format": "biome format --write .",
"check": "biome check .",
"check:fix": "biome check --write ."
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^2.2.8",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "15.5.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/typography": "^0.5.10",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.0.2",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.1",
"clsx": "^1.2.1",
"fast-glob": "^3.3.2",
"focus-visible": "^5.2.0",
"framer-motion": "^12.15.0",
"lucide-react": "^0.525.0",
"next": "15.5.9",
"postcss-focus-visible": "^6.0.4",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.3.7",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=22.0.0"
}
}