-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
61 lines (61 loc) · 1.6 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
{
"name": "chatgpt-web-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@dqbd/tiktoken": "^1.0.6",
"@traptitech/markdown-it-katex": "^3.6.0",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"antd": "^5.4.7",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"dom-to-image": "^2.6.0",
"dotenv": "^16.0.3",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"highlight.js": "^11.7.0",
"katex": "^0.16.4",
"keyv": "^4.5.2",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"next": "13.2.4",
"next-http-proxy-middleware": "^1.2.5",
"node-fetch": "^3.3.1",
"qrcode": "^1.5.3",
"quick-lru": "^6.1.1",
"react": "^18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "18.2.0",
"react-particles": "^2.9.3",
"socks-proxy-agent": "^7.0.0",
"tsparticles": "^2.9.3",
"tsparticles-engine": "^2.9.3",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"web-rest-client": "^1.0.7",
"winston": "^3.8.2"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/dom-to-image": "^2.6.4",
"@types/lodash": "^4.14.191",
"@types/markdown-it": "^12.2.3",
"@types/qrcode": "^1.5.0",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.7.0",
"postcss": "^8.4.21",
"react": "^18.2.0",
"sass": "^1.59.2",
"tailwindcss": "^3.2.7"
}
}