-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.56 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
{
"name": "personal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"content-collections watch\" \"next dev\"",
"build": "content-collections build && next build",
"content-collections": "content-collections",
"start": "next start",
"lint": "biome lint .",
"lint:write": "biome lint --write --unsafe .",
"format": "biome format .",
"format:write": "biome format --write .",
"code-check": "biome check .",
"code-check:write": "biome check --write --unsafe .",
"biome:ci": "biome ci .",
"ui": "pnpm dlx shadcn@latest"
},
"dependencies": {
"@content-collections/cli": "^0.1.6",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.11",
"geist": "^1.3.1",
"lucide-react": "^0.292.0",
"next": "14.2.21",
"next-themes": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time-estimator": "^1.11.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@content-collections/core": "^0.7.2",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.3",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.17.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}