-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 941 Bytes
/
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
{
"name": "wingpt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.18",
"@types/styled-components": "^5.1.34",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.31.3",
"@vercel/analytics": "^1.3.1",
"ai": "^3.1.22",
"nanoid": "^5.0.7",
"next": "14.2.3",
"react": "18.3.1",
"react-detect-click-outside": "^1.1.7",
"react-dom": "18.3.1",
"react-draggable": "^4.4.6",
"react-markdown": "^9.0.1",
"react95": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.0-canary.0",
"typescript": "^5"
}
}