-
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.01 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.01 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": "epicentral-docs-v2",
"version": "2.0.0",
"private": true,
"author": "Epicentral Labs",
"license": "Apache-2.0",
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "eslint"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"fumadocs-core": "16.0.3",
"fumadocs-mdx": "13.0.1",
"fumadocs-ui": "16.0.3",
"katex": "^0.16.25",
"lucide-react": "^0.546.0",
"next": "16.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.15",
"@types/mdx": "^2.0.13",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"eslint": "^9",
"eslint-config-next": "16.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.15",
"typescript": "^5.9.3"
}
}