-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.03 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
63
64
65
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@next/third-parties": "^15.4.2",
"@tiptap/extension-code-block-lowlight": "^3.6.5",
"@tiptap/extension-color": "^3.6.5",
"@tiptap/extension-highlight": "^3.6.5",
"@tiptap/extension-image": "^3.6.5",
"@tiptap/extension-link": "^3.6.5",
"@tiptap/extension-placeholder": "^3.6.5",
"@tiptap/extension-subscript": "^3.6.5",
"@tiptap/extension-superscript": "^3.6.5",
"@tiptap/extension-table": "^3.6.5",
"@tiptap/extension-table-cell": "^3.6.5",
"@tiptap/extension-table-header": "^3.6.5",
"@tiptap/extension-table-row": "^3.6.5",
"@tiptap/extension-text-align": "^3.6.5",
"@tiptap/extension-text-style": "^3.6.5",
"@tiptap/extension-underline": "^3.6.5",
"@tiptap/react": "^3.6.5",
"@tiptap/starter-kit": "^3.6.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@vercel/analytics": "^1.5.0",
"firebase": "^12.3.0",
"katex": "^0.16.23",
"lowlight": "^3.3.0",
"next": "15.4.10",
"next-intl": "^4.3.4",
"next-sitemap": "^1.6.228",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.6",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"slugify": "^1.6.6",
"tone": "^15.1.22"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"sass": "^1.89.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}