-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 964 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 964 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
37
{
"name": "react98",
"version": "0.1.0",
"private": true,
"description": "A Windows 98 themed shadcn-compatible registry.",
"scripts": {
"dev": "next dev",
"build": "next build",
"registry:build": "shadcn build",
"typecheck": "tsc --noEmit",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "^16.8.10",
"fumadocs-mdx": "^15.0.4",
"fumadocs-ui": "^16.8.10",
"next": "^16.2.6",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"shadcn": "^4.7.0",
"tailwind-merge": "^3.6.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "^25.6.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.0.0",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@10.9.0"
}