-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
99 lines (99 loc) · 3.21 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "shadcn-portfolio",
"version": "0.9.2",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"commitlint": "commitlint --edit"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@icons-pack/react-simple-icons": "^10.2.0",
"@marsidev/react-turnstile": "^1.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.0.4",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-email/components": "^0.0.28",
"@react-email/tailwind": "^1.0.2",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-auto-scroll": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"fumadocs-mdx": "^11.1.2",
"fumadocs-twoslash": "^2.0.1",
"fumadocs-ui": "^14.5.4",
"geist": "^1.3.1",
"gray-matter": "^4.0.3",
"lenis": "^1.1.17",
"lucide-react": "^0.461.0",
"motion": "12.0.0-alpha.2",
"next": "15.1.0",
"next-safe-action": "^7.9.9",
"next-themes": "^0.4.3",
"next-transition-router": "^0.2.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"resend": "^4.0.1",
"schema-dts": "^1.1.2",
"sharp": "^0.33.5",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@content-collections/core": "^0.7.3",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",
"@fumadocs/content-collections": "^1.1.5",
"@types/node": "^22.10.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"fumadocs-core": "^14.5.4",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"react-email": "3.0.2",
"sass": "^1.81.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
},
"lint-staged": {
"*.{cjs,mjs,js,jsx,cts,mts,ts,tsx,json}": "eslint --fix",
"**/*": "prettier --write --ignore-unknown"
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}