-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 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
{
"name": "registry-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run registry:build && next dev --turbopack",
"build": "next build && npm run registry:build",
"start": "next start",
"lint": "next lint",
"registry:build": "shadcn build --output public"
},
"author": "Recase Inc.",
"license": "MIT",
"dependencies": {
"@icons-pack/react-simple-icons": "^13.1.0",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.9",
"@tanstack/react-query": "^5.64.1",
"@uiw/react-textarea-code-editor": "^3.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "15.5.3",
"fumadocs-mdx": "11.6.9",
"fumadocs-ui": "15.5.3",
"lucide-react": "^0.471.1",
"next": "^15.3.3",
"next-themes": "^0.4.4",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-simple-code-editor": "^0.14.1",
"rehype-prism-plus": "^2.0.1",
"rehype-rewrite": "^4.0.2",
"shadcn": "^2.5.0-canary.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.10",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/prismjs": "^1.26.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"postcss": "^8",
"tailwindcss": "^4.1.10",
"typescript": "^5"
},
"packageManager": "pnpm@10.12.1"
}