-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "chatreact",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0",
"lint": "next lint",
"browser": "start http://192.168.17.3:3000 & next start"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@mui/styled-engine-sc": "^5.12.0",
"@types/formidable": "^2.0.6",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.5",
"autoprefixer": "10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"eventsource-parser": "^1.0.0",
"exifreader": "^4.12.0",
"formidable": "^2.1.1",
"gpt3-tokenizer": "^1.1.5",
"next": "13.4.4",
"openai": "^3.2.1",
"png-chunk-text": "^1.0.0",
"png-chunks-encode": "^1.0.0",
"png-chunks-extract": "^1.0.0",
"pngjs": "^7.0.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-is": "^16.8.0",
"react-media-recorder": "^1.6.6",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.32.1",
"styled-components": "^5.3.10",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"uuid": "^9.0.0",
"ws": "^8.13.0"
}
}