forked from shezhangzhang/chatgpt-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "gpt",
"version": "1.0.0",
"author": "Shezhangzhang",
"description": "Deploy your private ChatGPT!",
"scripts": {
"dev": "next dev -p 3007",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sentry/nextjs": "^7.43.0",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"downloadjs": "^1.4.7",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eventsource-parser": "^0.1.0",
"html-to-image": "^1.11.11",
"next": "13.2.3",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.6",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/downloadjs": "^1.4.3",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-syntax-highlighter": "^15.5.6",
"autoprefixer": "^10.4.14",
"babel-plugin-inline-react-svg": "^2.0.2",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.2.7"
},
"repository": {
"type": "git",
"url": "https://github.com/shezhangzhang/chatgpt-react.git"
},
"homepage": "https://github.com/shezhangzhang/chatgpt-react"
}