mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-01-15 14:56:03 +00:00
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "datacenter",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"export": "next export",
|
|
"compile": "next build && next export"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/pro-components": "^2.6.2",
|
|
"@emotion/cache": "^11.10.5",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@hookform/resolvers": "^3.0.0",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/joy": "5.0.0-alpha.72",
|
|
"@mui/lab": "5.0.0-alpha.124",
|
|
"@mui/material": "^5.13.6",
|
|
"@mui/styled-engine-sc": "^5.12.0",
|
|
"@mui/utils": "^5.11.13",
|
|
"@prisma/client": "^4.12.0",
|
|
"@types/node": "20.3.1",
|
|
"@types/react": "18.2.14",
|
|
"@types/react-dom": "18.2.6",
|
|
"ahooks": "^3.7.8",
|
|
"antd": "^5.6.2",
|
|
"autoprefixer": "10.4.14",
|
|
"axios": "^1.3.4",
|
|
"bizcharts": "^4.1.22",
|
|
"cuid": "^3.0.0",
|
|
"eslint": "8.43.0",
|
|
"eslint-config-next": "13.4.7",
|
|
"lodash": "^4.17.21",
|
|
"markdown-to-jsx": "^7.2.1",
|
|
"moment": "^2.29.4",
|
|
"next": "13.4.7",
|
|
"next-auth": "^4.20.1",
|
|
"nprogress": "^0.2.0",
|
|
"postcss": "8.4.24",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.43.8",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"styled-components": "^5.3.11",
|
|
"swr": "^2.1.1",
|
|
"tailwindcss": "3.3.2",
|
|
"typescript": "5.1.3",
|
|
"zod": "^3.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react-syntax-highlighter": "^15.5.7"
|
|
}
|
|
}
|