-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.36 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
{
"name": "todo-list-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tiptap/extension-code-block": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@vercel/analytics": "^1.4.1",
"@vercel/og": "^0.6.5",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"easymde": "^2.18.0",
"highlight.js": "^11.11.1",
"katex": "^0.16.21",
"mongoose": "^8.9.6",
"next": "15.1.6",
"next-auth": "^4.24.11",
"nodemailer": "^6.10.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"react-image-crop": "^11.0.7",
"react-intersection-observer": "^9.15.1",
"react-markdown": "^9.0.3",
"react-masonry-css": "^1.0.16",
"react-simplemde-editor": "^5.2.0",
"react-toastify": "^11.0.3",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"resend": "^4.1.1"
},
"devDependencies": {
"daisyui": "^4.12.23",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}