-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "renoun next dev --port 3001",
"build": "renoun next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.1",
"@next/third-parties": "^14.2.20",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"lucide-react": "^0.379.0",
"mdxts": "^1.8.0",
"next": "15.1.1",
"postcss-nested": "^6.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"renoun": "^7.8.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.17.10",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"shiki": "^1.24.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}