-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.23 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 4.23 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "skillsboard",
"version": "0.1.0",
"description": "Skills Board, the agent-native skills registry for teams.",
"private": true,
"license": "MIT",
"homepage": "https://www.skillsboard.sh",
"repository": {
"type": "git",
"url": "git+https://github.com/TommyBez/skillsboard.git"
},
"bugs": {
"url": "https://github.com/TommyBez/skillsboard/issues"
},
"engines": {
"node": ">=22.13.0"
},
"browserslist": [
"chrome >= 111",
"edge >= 111",
"firefox >= 111",
"safari >= 16.4",
"ios >= 16.4"
],
"packageManager": "pnpm@10.33.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"test:unit": "node --test tests/*.test.mjs",
"test:e2e": "playwright test",
"check": "pnpm typecheck && pnpm test:unit",
"video:render:product-hunt": "remotion render remotion/index.ts skillsboard-launch-product-hunt public/launch/skills-board-product-demo-product-hunt.mp4 --codec=h264 --crf=18 --pixel-format=yuv420p --gl=swangle --timeout=240000 --concurrency=2 --muted",
"video:render:social": "remotion render remotion/index.ts skillsboard-launch-social public/launch/skills-board-product-demo.mp4 --codec=h264 --crf=18 --pixel-format=yuv420p --gl=swangle --timeout=240000 --concurrency=2 --muted",
"video:render:team-loop": "remotion render remotion/index.ts skillsboard-team-loop public/launch/skills-board-team-loop.mp4 --codec=h264 --crf=18 --pixel-format=yuv420p --gl=swangle --timeout=240000 --concurrency=2 --muted",
"video:still:product-demo-poster": "remotion still remotion/index.ts skillsboard-launch-product-hunt public/launch/skills-board-product-demo-poster.jpg --frame=580 --image-format=jpeg --gl=swangle --timeout=240000",
"video:render:launch": "pnpm video:render:product-hunt && pnpm video:render:social && pnpm video:render:team-loop && pnpm video:still:product-demo-poster",
"db:generate": "drizzle-kit generate",
"db:check": "drizzle-kit check && node scripts/check-schema-migrations.mjs",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"vercel-build": "pnpm db:migrate && next build",
"email": "email dev --dir emails --port 3001"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@better-auth/mcp": "^1.7.1",
"@better-auth/oauth-provider": "^1.7.1",
"@paper-design/shaders-react": "^0.0.77",
"@remotion/fonts": "4.0.495",
"@remotion/google-fonts": "4.0.495",
"@remotion/media": "4.0.495",
"@remotion/transitions": "4.0.495",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.2",
"@vercel/analytics": "1.6.1",
"@vercel/functions": "^3.9.3",
"@vercel/oidc": "^3.8.0",
"better-auth": "^1.7.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"culori": "^4.0.2",
"date-fns": "^4.4.0",
"drizzle-orm": "^0.45.2",
"fflate": "^0.8.3",
"input-otp": "^1.4.2",
"lucide-react": "^1.16.0",
"mcp-handler": "^1.1.0",
"motion": "^12.43.0",
"next": "16.3.0",
"next-themes": "^0.4.6",
"pg": "^8.22.0",
"posthog-js": "^1.402.3",
"posthog-node": "^5.44.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"remotion": "4.0.495",
"resend": "^6.17.2",
"shadcn": "^4.8.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.4.0",
"yaml": "^2.9.0",
"zod": "4.3.6"
},
"devDependencies": {
"@fontsource/bricolage-grotesque": "^5.3.0",
"@fontsource/geist-mono": "^5.3.0",
"@next/playwright": "16.3.0",
"@playwright/test": "^1.62.1",
"@react-email/ui": "6.9.0",
"@remotion/cli": "4.0.495",
"@tailwindcss/postcss": "^4.2.0",
"@types/culori": "^4.0.1",
"@types/node": "^24",
"@types/pg": "^8.20.0",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"dotenv": "^17.4.2",
"drizzle-kit": "^0.31.10",
"postcss": "^8.5",
"react-email": "^6.9.0",
"tailwindcss": "^4.2.0",
"typescript": "7.0.2"
},
"pnpm": {
"overrides": {
"hono": "4.12.25",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4"
},
"packageExtensions": {
"@remotion/bundler": {
"dependencies": {
"typescript": "5.9.2"
}
}
}
}
}