forked from sqlchat/sqlchat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.9 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
62
63
64
65
66
67
68
{
"name": "sqlchat",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.14",
"@mui/styled-engine-sc": "^5.11.11",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-tooltip": "^1.0.5",
"@vercel/analytics": "^0.1.11",
"axios": "^1.3.4",
"copy-to-clipboard": "^3.3.3",
"csstype": "^3.1.1",
"dayjs": "^1.11.7",
"eventsource-parser": "^1.0.0",
"highlight.js": "^11.7.0",
"i18next": "^22.4.14",
"lodash-es": "^4.17.21",
"next": "^13.2.4",
"react": "^18.2.0",
"react-data-table-component": "^7.5.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.2.0",
"react-icons": "^4.8.0",
"react-is": "^18.2.0",
"react-loader-spinner": "^5.3.4",
"react-markdown": "^8.0.6",
"react-textarea-autosize": "^8.4.0",
"react-use": "^17.4.0",
"remark-gfm": "^3.0.1",
"styled-components": "^5.3.9",
"uuid": "^9.0.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"@nem035/gpt-3-encoder": "^1.1.7",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash-es": "^4.17.7",
"@types/mssql": "^8.1.2",
"@types/node": "^18.11.18",
"@types/pg": "^8.6.6",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.11",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.13",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"mssql": "^9.1.1",
"mysql2": "^3.2.0",
"pg": "^8.10.0",
"postcss": "^8.4.20",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}