-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.22 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
{
"name": "me",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "rimraf .next && next build",
"clean": "rimraf .next",
"dev": "next dev --turbopack",
"lint": "biome check --write .",
"lint:ci": "biome ci",
"sync:github-stats": "node scripts/github/sync-stats.mjs",
"start": "next start",
"typecheck": "next typegen && tsc --noEmit"
},
"dependencies": {
"@react-pdf/renderer": "^4.5.1",
"@supabase/supabase-js": "^2.108.0",
"@tailwindcss/postcss": "^4.3.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"clsx": "^2.1.1",
"lucide-react": "^1.17.0",
"motion": "^12.40.0",
"next": "16.2.7",
"react": "19.2.7",
"react-dom": "19.2.7",
"simple-icons": "^16.23.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"lint-staged": "^17.0.7",
"postcss": "^8.5.15",
"rimraf": "^6.1.3",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.0.9",
"engines": {
"node": ">=22.20.0"
}
}