-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.27 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": "jeechallenger",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@auth/mongodb-adapter": "^3.11.2",
"@floating-ui/react": "^0.27.19",
"@next/third-parties": "^16.1.6",
"@teispace/next-themes": "^2.0.3",
"@upstash/redis": "^1.38.0",
"autoprefixer": "^10.4.0",
"gray-matter": "^4.0.3",
"html-to-image": "^1.11.13",
"jsonwebtoken": "^9.0.3",
"katex": "^0.16.22",
"lucide-react": "^0.577.0",
"mongodb": "^6.21.0",
"next": "^16.2.9",
"next-auth": "^4.24.14",
"next-sitemap": "^4.2.3",
"nodemailer": "^7.0.13",
"postcss": "^8.5.10",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.4.0",
"react-markdown": "^10.1.0",
"react-textarea-autosize": "^8.5.9",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.1"
},
"overrides": {
"postcss": "^8.5.10"
}
}