forked from yakGPT/yakGPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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": "yakgpt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/carousel": "^6.0.21",
"@mantine/core": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@nem035/gpt-3-encoder": "^1.1.7",
"@tabler/icons-react": "^2.42.0",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.3.4",
"embla-carousel-react": "^7.1.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"form-data": "^4.0.0",
"highlight.js": "^11.7.0",
"iso-639-1": "^2.1.15",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.3.2",
"microsoft-cognitiveservices-speech-sdk": "^1.26.0",
"next": "13.2.4",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.32.0",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/markdown-it": "^12.2.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-syntax-highlighter": "^15.5.10",
"@types/recordrtc": "^5.6.10",
"@types/uuid": "^9.0.1"
}
}