-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
47
{
"name": "chat-next",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"prisma:dev": "prisma migrate dev",
"prisma:prod": "dotenv -e .env.local prisma migrate deploy",
"prisma:generate": "prisma generate",
"dev": "next dev --turbo",
"build": "NODE_OPTIONS=\"--max_old_space_size=4096 --trace-warnings\" next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@ant-design/icons": "5.3.7",
"@ant-design/nextjs-registry": "^1.0.0",
"@ant-design/pro-chat": "2.1.14",
"@dodopizza/eslint-plugin": "^2.1.0",
"@ducanh2912/next-pwa": "^10.2.4",
"@next/eslint-plugin-next": "^14.1.0",
"@prisma/client": "5.8.1",
"@types/cookie": "^0",
"@types/lodash": "^4",
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"ai": "^2.2.31",
"antd": "5.13.3",
"antd-style": "^3.6.2",
"cookie": "^0.6.0",
"date-fns": "^3.6.0",
"dotenv-cli": "^7.3.0",
"eslint": "^8",
"lodash": "^4.17.21",
"next": "14.2.4",
"openai": "^4.26.0",
"prisma": "^5.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.2",
"typescript": "^5",
"uuid": "^9.0.1"
},
"packageManager": "[email protected]"
}