-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 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
42
43
44
45
46
47
48
49
{
"name": "nebula-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"index": "tsx reindex.mts",
"dev": "next dev --turbopack",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@fumadocs/mdx-remote": "^1.1.3",
"@tailwindcss/postcss": "^4.0.3",
"algoliasearch": "4.24.0",
"class-variance-authority": "^0.7.1",
"fumadocs-core": "15.0.2",
"fumadocs-mdx": "^11.4.1",
"fumadocs-ui": "15.0.2",
"lucide-react": "^0.372.0",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5",
"shiki": "^2.3.2",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@next/env": "^15.1.6",
"@types/mdx": "^2.0.13",
"@types/node": "20.12.12",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"tailwindcss": "^4.0.3",
"tsx": "^4.19.2",
"typescript": "^5.4.5"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3"
}
},
"packageManager": "pnpm@9.0.0"
}