-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.26 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run contentlayer:dev & next dev",
"contentlayer:dev": "contentlayer dev",
"build": "npm run contentlayer && next build",
"build:analyze": "ANALYZE=true next build",
"contentlayer": "contentlayer build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@react-icons/all-files": "^4.1.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.2.10",
"lottie-react": "^2.4.0",
"lucide-react": "^0.395.0",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-use": "^17.5.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.4",
"@next/eslint-plugin-next": "^14.2.4",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"contentlayer": "^0.3.4",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"feed": "^4.2.2",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.4",
"next-contentlayer": "^0.3.4",
"postcss": "^8",
"reading-time": "^1.5.0",
"rehype": "^13.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^9.0.4",
"remark-breaks": "^3.0.3",
"remark-gfm": "3.0.1",
"remark-parse": "^10.0.0",
"remark-rehype": "^10.1.0",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"shiki": "^1.6.4",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5",
"unified": "^10.1.2",
"unist-util-visit": "^5.0.0",
"vfile": "^5.3.7"
}
}