forked from enricoros/big-AGI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 995 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
39
{
"name": "nextjs-chatgpt-app",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.3",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/joy": "^5.0.0-alpha.74",
"@vercel/analytics": "^0.1.11",
"eventsource-parser": "^1.0.0",
"next": "^13.3.0",
"pdfjs-dist": "^3.5.141",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.6",
"remark-gfm": "^3.0.1",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"eslint": "^8.37.0",
"eslint-config-next": "^13.3.0",
"prettier": "^2.8.7",
"typescript": "^5.0.3"
}
}