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{
"name": "onepager-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@shikijs/markdown-it": "^2.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dedent": "^1.5.3",
"geist": "^1.3.1",
"lucide-react": "^0.473.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"next": "15.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"shiki": "^2.0.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/typography": "^0.5.16",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}