-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.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
{
"name": ".",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "eslint",
"clean": "rimraf .next .source out",
"new": "bun scripts/new-leetcode.ts"
},
"dependencies": {
"fumadocs-core": "16.2.5",
"fumadocs-mdx": "14.1.1",
"fumadocs-ui": "16.2.5",
"katex": "^0.16.27",
"lucide-react": "^0.556.0",
"mermaid": "^11.12.2",
"next": "16.0.10",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "16.0.10",
"postcss": "^8.5.6",
"rimraf": "^6.1.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}