forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 963 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 963 Bytes
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
{
"name": "docs-new",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap --config ./next-sitemap.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@clerk/nextjs": "^5.2.8",
"@stackblitz/sdk": "^1.11.0",
"@vercel/og": "^0.6.2",
"classnames": "^2.5.1",
"next": "^14.2.5",
"next-sitemap": "^4.2.3",
"nextra": "3.0.0-alpha.28",
"nextra-theme-blog": "3.0.0-alpha.28",
"nextra-theme-docs": "3.0.0-alpha.28",
"posthog-js": "^1.151.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-youtube": "^10.1.0",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@types/node": "20.14.11",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "5.5.3"
}
}