-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.97 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "arcbox-landing",
"version": "0.0.0",
"private": true,
"scripts": {
"prepare": "fumadocs-mdx",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --format=sukka ."
},
"dependencies": {
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@gsap/react": "^2.1.2",
"@icons-pack/react-simple-icons": "^13.13.0",
"@orama/orama": "^3.1.18",
"@paper-design/shaders-react": "^0.0.72",
"@radix-ui/react-dropdown-menu": "^2.1.18",
"@radix-ui/react-slot": "^1.3.0",
"@sentry/nextjs": "^10.62.0",
"alfaaz": "^1.1.0",
"beautiful-mermaid": "^1.1.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"feed": "4.2.2",
"foxact": "^0.3.8",
"foxts": "^5.5.1",
"fumadocs-core": "^16.10.6",
"fumadocs-mdx": "^14.3.2",
"fumadocs-ui": "^16.10.6",
"gsap": "^3.15.0",
"lucide-react": "^0.577.0",
"mdast-util-to-string": "^4.0.0",
"minireset.css": "^0.0.7",
"next": "16.2.1-canary.6",
"posthog-js": "^1.395.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"server-only": "^0.0.1",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"ufo": "^1.6.4",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint-sukka/react": "^8.13.1",
"@tailwindcss/postcss": "^4.3.1",
"@tailwindcss/typography": "^0.5.20",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.14",
"@types/node": "^25.9.4",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/webpack": "^5.28.5",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^10.6.0",
"eslint-config-sukka": "^8.13.1",
"eslint-formatter-sukka": "^8.13.1",
"hast-util-to-jsx-runtime": "^2.3.6",
"mdx": "^0.3.1",
"postcss": "^8.5.15",
"serve": "^14.2.6",
"shiki": "^4.3.0",
"tailwindcss": "^4.3.1",
"typescript": "^5.9.3",
"unified": "^11.0.5"
},
"packageManager": "pnpm@11.9.0"
}