-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 941 Bytes
/
package.json
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
{
"name": "api-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"generate": "tsx scripts/generate-docs.mts",
"postbuild": "tsx scripts/post-build.mts",
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^10.0.0",
"@next/env": "^14.2.14",
"algoliasearch": "^4.24.0",
"fumadocs-core": "13.4.10",
"fumadocs-mdx": "10.0.2",
"fumadocs-openapi": "^5.4.14",
"fumadocs-ui": "13.4.10",
"lucide-react": "^0.447.0",
"next": "^14.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.3"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
}
}