-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.3 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
{
"name": "homepage",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.1.3",
"scripts": {
"dev": "concurrently -n velite,next -c blue,green \"velite dev\" \"next dev\"",
"build": "velite build && next build",
"start": "next start",
"content": "velite build",
"typecheck": "velite build && tsc --noEmit",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"shoot": "node scripts/shoot.ts"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.18.0",
"motion": "12.40.0",
"next": "16.2.9",
"next-themes": "0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.11.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.5.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^25.9.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"concurrently": "10.0.3",
"playwright": "^1.60.0",
"rehype-autolink-headings": "7.1.0",
"rehype-pretty-code": "0.14.3",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.1",
"shiki": "4.2.0",
"tailwindcss": "^4",
"typescript": "^6.0.3",
"velite": "0.3.1"
}
}