-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 KB
/
package.json
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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "biome lint --write .",
"format": "biome format --write ."
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"minisearch": "^7.1.1",
"next": "^15.1.0",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.4",
"next-view-transitions": "^0.3.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"bright": "^0.8.5",
"class-variance-authority": "^0.7.1",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"gray-matter": "^4.0.3",
"lucide-react": "^0.468.0",
"postcss": "8.4.49",
"react-icons": "^5.4.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"tailwind-merge": "^2.5.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
},
"browserslist": ["> 1%"]
}