-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 898 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 898 Bytes
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
{
"name": "diamonhostdocs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "fumadocs-mdx && next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "eslint"
},
"dependencies": {
"@orama/tokenizers": "^3.1.18",
"fumadocs-core": "^16.8.11",
"fumadocs-mdx": "^15.0.5",
"fumadocs-ui": "^16.8.11",
"lucide-react": "^0.544.0",
"next": "^16.2.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "24.6.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9",
"eslint-config-next": "^16.2.6",
"postcss": "^8.4.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0"
}
}