-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 3.96 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "@cs-magic/eval-ai",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "run-p -l 'dev:*'",
"dev:next": "PORT=41007 next dev",
"dev:deps": "yarn build:deps --watch --preserveWatchOutput",
"build": "run-s 'build:*'",
"build:deps": "yarn workspace @cs-magic/react build",
"build:next": "next build",
"start": "PORT=41007 next start",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"lint": "next lint",
"update": "git add . && git stash && git pull -f && yarn",
"postupdate": "DIST=.next-tmp && rm -rf $DIST && DIST=$DIST yarn build && rm -rf .next && mv $DIST .next && pm2 restart eval-ai"
},
"dependencies": {
"@alicloud/dysmsapi20170525": "2.0.24",
"@alicloud/dysmsapi20180501": "^1.0.4",
"@auth/prisma-adapter": "^1.4.0",
"@emotion/react": "^11.11.4",
"@hookform/resolvers": "*",
"@langchain/core": "^0.3.3",
"@langchain/openai": "^0.3.0",
"@mantine/hooks": "^7.6.1",
"@prisma/client": "^5.10.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@svgr/webpack": "^8.1.0",
"@swc-jotai/debug-label": "^0.1.0",
"@swc-jotai/react-refresh": "^0.1.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.1",
"@trpc/next": "^10.45.1",
"@trpc/react-query": "^10.45.1",
"@trpc/server": "^10.45.1",
"@types/ali-oss": "^6.16.11",
"@types/lodash": "^4.14.202",
"@types/react-syntax-highlighter": "^15.5.11",
"ali-oss": "^6.20.0",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.18",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"colors": "^1.4.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"eventsource": "^2.0.2",
"immer": "^10.0.3",
"ioredis": "^5.3.2",
"jotai": "*",
"jotai-devtools": "^0.8.0",
"jotai-immer": "^0.3.0",
"jotai-scope": "^0.5.1",
"js-sha1": "^0.7.0",
"langchain": "^0.3.2",
"lodash": "^4.17.21",
"lucide-react": "*",
"moment": "^2.30.1",
"nanoid": "^5.0.6",
"net": "^1.0.2",
"next": "^14.0.4",
"next-auth": "^4.22.1",
"next-themes": "*",
"prisma": "*",
"prisma-json-types-generator": "^3.0.4",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "*",
"react-dom": "*",
"react-hook-form": "*",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"react-use": "^17.5.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"server-only": "^0.0.1",
"sonner": "*",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tencentcloud-sdk-nodejs-sms": "^4.0.789",
"tls": "^0.0.1",
"uuid": "^9.0.1",
"valtio": "^1.13.2",
"ws": "^8.16.0",
"zod": "*",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/eslint": "^8.56.2",
"@types/eventsource": "^1.1.15",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.34",
"prettier": "*",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "*",
"zod-prisma": "^0.5.4"
},
"ct3aMetadata": {
"initVersion": "7.27.0"
}
}