-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.68 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.68 KB
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
{
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 80",
"build": "next build",
"start": "next start -p 80"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^2.1.0",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.9.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.6",
"@next/third-parties": "^14.2.5",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^5.51.21",
"@types/mdx": "^2.0.13",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.12",
"axios": "^1.7.3",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"dompurify": "^3.1.6",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^2.13.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"next": "^14.2.4",
"next-mdx-remote": "^5.0.0",
"posthog-js": "^1.230.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-slick": "^0.30.3",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sharp": "0.33.1",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"use-immer": "^0.10.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.17.7",
"@types/react-slick": "^0.23.13",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5"
}
}