-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1021 Bytes
/
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
{
"name": "home-page",
"version": "1.0.0",
"private": true,
"engines": {
"node": "22.11.0"
},
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit",
"format": "biome format --write",
"lint": "biome lint --write"
},
"dependencies": {
"@axe-core/react": "^4.10.1",
"@notionhq/client": "^2.2.15",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"slugify": "^1.6.6",
"tailwind-merge": "^2.5.5",
"typescript": "5.7.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"shiki": "^1.26.1",
"tailwindcss": "^3.4.16"
}
}