-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.09 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
{
"name": "atlas-docs",
"version": "0.0.25",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "next typegen && tsc --noEmit",
"lint": "eslint",
"docs:generate": "bun ./scripts/generate-reference.ts"
},
"dependencies": {
"beautiful-mermaid": "^1.1.3",
"cn": "^0.2.4",
"fumadocs-core": "16.15.7",
"fumadocs-mdx": "15.4.0",
"fumadocs-typescript": "^5.4.0",
"fumadocs-ui": "npm:@fumadocs/base-ui@16.15.7",
"lucide-react": "^1.39.0",
"next": "16.3.4",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"eslint": "^9.39.4",
"eslint-config-next": "16.3.4",
"postcss": "^8.5.26",
"tailwindcss": "^4.3.3",
"ts-morph": "^28.0.0",
"typescript": "^7.0.2"
}
}