-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.8 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
{
"name": "article-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@lottiefiles/dotlottie-react": "^0.9.1",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.45.3",
"@tailwindcss/typography": "^0.5.15",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"bun": "^1.1.27",
"caniuse-lite": "^1.0.30001669",
"class-variance-authority": "^0.7.0",
"katex": "^0.16.11",
"lucide-react": "^0.453.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"mathjax": "^3.2.2",
"next": "14.2.8",
"next-themes": "^0.2.1",
"react": "^18",
"react-code-blocks": "^0.1.6",
"react-dom": "^18",
"react-markdown": "^8.0.7",
"react-markdown-editor-lite": "^1.3.4",
"react-syntax-highlighter": "^15.6.1",
"reading-duration": "^1.1.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.32.6",
"slugify": "^1.6.6",
"tailwind-merge": "^2.5.4",
"tocbot": "^4.31.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@shadcn/ui": "^0.0.4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}