-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2 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
{
"name": "minhtran.com",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=18"
},
"packageManager": "npm@10.4.0",
"dependencies": {
"@apollo/client": "^3.9.7",
"@emotion/styled": "^11.11.0",
"@hcaptcha/react-hcaptcha": "^1.10.1",
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^3.3.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@uidotdev/usehooks": "^2.4.1",
"@umami/api-client": "^0.76.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"framer-motion": "^11.3.8",
"jsdom": "^25.0.1",
"next": "15.0.2",
"next-share": "^0.27.0",
"plaiceholder": "^3.0.0",
"promise": "^8.3.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.50.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"reading-time": "^1.5.0",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"theme-change": "^2.5.0",
"unist-util-visit": "^5.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.17",
"daisyui": "^4.7.2",
"eslint": "^9",
"eslint-config-next": "15.0.2",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}