-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "@oo/documentation",
"version": "0.0.1",
"description": "Nextra docs template",
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start"
},
"author": "oo.gg",
"license": "MIT",
"dependencies": {
"@ai-sdk/anthropic": "^1.0.2",
"@ai-sdk/google": "^1.0.4",
"@ai-sdk/groq": "^1.0.5",
"@ai-sdk/openai": "^1.0.5",
"@nanostores/react": "github:ai/react",
"@openrouter/ai-sdk-provider": "^0.2.0",
"ai": "^4.1.17",
"dompurify": "^3.1.6",
"highlight.js": "^11.10.0",
"immer": "^10.1.1",
"marked": "^13.0.2",
"next": "^13.0.6",
"nextra": "^2.13.4",
"nextra-theme-docs": "latest",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.77.8"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "^4.9.3"
}
}