-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.36 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
{
"name": "workbench",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.1.0",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/themes": "^2.0.3",
"@sendgrid/mail": "^8.1.1",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.10",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.3",
"geist": "^1.2.1",
"gray-matter": "^4.0.3",
"natural": "^6.10.4",
"next": "^14.2.7",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-hotkeys-hook": "^4.5.0",
"rehype-highlight": "^7.0.0",
"remark-frontmatter": "^5.0.0",
"tailwind-merge": "^2.2.1",
"ts-key-enum": "^2.0.12",
"use-debounce": "^10.0.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/mdx": "^2.0.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"postcss-import": "^16.0.0",
"radix-themes-tw": "^0.1.3",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}