-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "proactive-agents",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node scripts/generate-markdown.mjs && node scripts/generate-llms-full.mjs && next dev",
"build": "node scripts/generate-markdown.mjs && node scripts/generate-llms-full.mjs && next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20260511.1",
"@gsap/react": "^2.1.2",
"@nangohq/node": "^0.70.1",
"@octokit/app": "^16.1.2",
"@relayfile/adapter-notion": "^0.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"gsap": "^3.15.0",
"lucide-react": "^1.14.0",
"next": "16.2.6",
"next-mdx-remote": "^6.0.0",
"octokit": "^5.0.5",
"react": "19.2.4",
"react-dom": "19.2.4",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"shiki": "^4.0.2",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}