-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2 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
{
"name": "pluginregistry",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"workflow:dev": "npx workflow web",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"fmt": "pnpm biome format . --write && pnpm biome check --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true --write "
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-tooltip": "^1.2.4",
"@tanstack/react-query": "^5.75.1",
"@trpc/client": "^11.1.2",
"@trpc/react-query": "^11.1.2",
"@trpc/server": "^11.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.43.1",
"lucide-react": "^0.503.0",
"next": "16.2.2",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"octokit": "^4.1.3",
"postgres": "^3.4.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"rehype-github-emoji": "1.0.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "6.0.0",
"rehype-starry-night": "^2.2.0",
"remark": "15.0.1",
"remark-breaks": "^4.0.0",
"remark-gemoji": "8.0.0",
"remark-gfm": "^4.0.1",
"remark-github": "12.0.0",
"superjson": "^2.2.2",
"tailwind-merge": "^3.2.0",
"typeid-js": "^1.2.0",
"workflow": "4.2.0-beta.76",
"zod": "^3.24.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"drizzle-kit": "^0.31.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.2.8",
"typescript": "^5"
}
}