-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.03 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.03 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
{
"name": "gitcoin.co",
"version": "1.0.0",
"description": "Fund What Matters",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"publish-case-study": "npx tsx scripts/publish-case-study.ts",
"publish-app": "npx tsx scripts/publish-app.ts",
"publish-mechanism": "npx tsx scripts/publish-mechanism.ts",
"publish-research": "npx tsx scripts/publish-research.ts",
"publish-campaign": "npx tsx scripts/publish-campaign.ts",
"publish-all": "sh scripts/publish-all-issues.sh",
"sync-docs": "npx tsx --env-file-if-exists=.env --env-file-if-exists=.env.local scripts/sync-docs.ts",
"banner:pick": "npx tsx scripts/open-banner.ts",
"banner:auto": "npx tsx scripts/generate-banners.ts"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.26",
"@ai-sdk/react": "^3.0.81",
"@next/third-parties": "^16.1.6",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@streamdown/cjk": "^1.0.2",
"@streamdown/code": "^1.0.2",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"ai": "^6.0.79",
"autoprefixer": "^10.4.23",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.1",
"lucide-react": "^0.562.0",
"next": "^16.1.1",
"openai": "^6.21.0",
"postcss": "^8.5.6",
"radix-ui": "^1.4.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"server-only": "^0.0.1",
"streamdown": "^2.2.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"three": "^0.182.0",
"typescript": "^5.9.3",
"zod": "^4.3.6"
},
"devDependencies": {
"playwright": "^1.58.2",
"shadcn": "^3.8.4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0"
}
}