-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 KB
/
package.json
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
{
"name": "maju-gpt-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
"antd": "^5.22.4",
"clsx": "^2.1.0",
"next": "14.2.5",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@google/generative-ai": "^0.21.0",
"@iconify/react": "^4.1.1",
"@next/bundle-analyzer": "^14.1.0",
"@types/cors": "^2.8.17",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-speech-recognition": "^3.9.5",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.0.1",
"cors": "^2.8.5",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"ignore-loader": "^0.1.2",
"openai": "^4.76.1",
"postcss": "^8",
"sass": "^1.70.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}