forked from openai/openai-responses-starter-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.41 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
{
"name": "responses-starter-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@npmcli/fs": "^4.0.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@reach/visually-hidden": "^0.18.0",
"@xyflow/react": "^12.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"highlight.js": "^11.11.1",
"katex": "^0.16.22",
"lucide-react": "^0.441.0",
"next": "^15.2.3",
"openai": "^4.87.3",
"openid-client": "^6.6.4",
"partial-json": "^0.1.7",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.3.8",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.12.7",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.0.0",
"zod": "^3.23.8",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.2"
}
}