-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.07 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm build",
"build": "next build",
"postbuild": "next-sitemap --config=next-sitemap.config.js",
"dev": "next dev",
"lint": "biome check .",
"supabase:generate": "supabase gen types typescript --project-id cmelrxjyxxjawcsfhcvy --schema public > src/lib/supabase/database.types.ts",
"prepare": "husky install",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@next/bundle-analyzer": "^14.2.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@supabase/supabase-js": "^2.43.5",
"@tailwindcss/line-clamp": "^0.4.4",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.6.0",
"lodash.debounce": "^4.0.8",
"marked": "4.2.12",
"motion": "^10.17.0",
"next": "14.2.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-datocms": "^7.0.1",
"react-dom": "18.3.1",
"sharp": "^0.33.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix": "^3.0.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash.debounce": "^4.0.9",
"@types/marked": "4.0.8",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.18",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"sass": "^1.77.6",
"supabase": "^1.178.2",
"tailwindcss": "^3.4.4",
"typescript": "5.5.2",
"webpack-bundle-analyzer": "^4.10.1"
},
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=20.15.0"
}
}