-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "catcore-website",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"test": "eslint"
},
"dependencies": {
"@orama/orama": "^3.1.17",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-tabs": "^1.1.13",
"class-variance-authority": "^0.7.1",
"d3-force": "^3.0.0",
"fumadocs-core": "16.2.5",
"fumadocs-mdx": "14.1.1",
"fumadocs-typescript": "^4.0.14",
"fumadocs-ui": "16.2.5",
"lucide-react": "^0.556.0",
"next": "16.0.10",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-force-graph-2d": "^1.29.0",
"react-medium-image-zoom": "^5.4.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "^16.0.10",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17"
}
}