{ "name": "db-gpt-web", "version": "0.1.0", "private": true, "description": "DB-GPT WebUI", "main": "next.config.js", "directories": { "lib": "lib" }, "author": "", "license": "ISC", "repository": "https://github.com/eosphoros-ai/DB-GPT-Web.git", "scripts": { "start": "NODE_OPTIONS=--max_old_space_size=8192 next start", "dev": "set NODE_OPTIONS=--max_old_space_size=8192 && next dev", "build": "NODE_OPTIONS=--max_old_space_size=8192 next build", "build:prod": "APP_ENV=prod NODE_OPTIONS=--max_old_space_size=8192 next build", "lint": "eslint '**/*.{ts,tsx}' --fix", "format": "prettier --write '**/*.{ts,tsx}'", "export": "next export", "compile": " NODE_OPTIONS=--max_old_space_size=8192 next build && next export" }, "dependencies": { "@ant-design/cssinjs": "^1.18.4", "@ant-design/icons": "^5.2.5", "@antv/algorithm": "^0.1.26", "@antv/ava": "3.5.0-alpha.4", "@antv/g2": "^5.1.8", "@antv/g6": "^5.0.17", "@antv/gpt-vis": "^0.0.5", "@antv/graphin": "^3.0.2", "@antv/s2": "^1.51.2", "@berryv/g2-react": "^0.1.0", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@microsoft/fetch-event-source": "^2.0.1", "@monaco-editor/react": "^4.5.2", "@mui/icons-material": "^5.11.16", "@mui/joy": "5.0.0-beta.5", "@mui/material": "^5.15.20", "@oceanbase-odc/monaco-plugin-ob": "^1.0.3", "@types/react-virtualized": "^9.21.29", "@uiw/react-json-view": "^2.0.0-alpha.23", "ahooks": "^3.7.8", "antd": "^5.10.0", "axios": "^1.3.4", "classnames": "^2.3.2", "cookies-next": "^4.0.0", "copy-to-clipboard": "^3.3.3", "cytoscape": "^3.29.2", "cytoscape-euler": "^1.2.2", "dayjs": "^1.11.12", "eslint-plugin-prettier": "^5.2.1", "framer-motion": "^10.16.4", "google-auth-library": "^9.2.0", "google-one-tap": "^1.0.6", "i18next": "^23.4.5", "iron-session": "^6.3.1", "lodash": "^4.17.21", "markdown-it": "^14.1.0", "moment": "^2.29.4", "monaco-editor": ">=0.31.0", "multer": "^1.4.5-lts.1", "mysql2": "^3.6.2", "next": "^13.4.7", "next-auth": "^4.20.1", "next-connect": "^1.0.0-next.4", "next-transpile-modules": "^10.0.1", "nprogress": "^0.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^13.2.0", "react-markdown-editor-lite": "^1.3.4", "react-syntax-highlighter": "^15.5.0", "react-virtualized": "^9.22.5", "reactflow": "^11.10.3", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "sequelize": "^6.33.0", "sql-formatter": "^12.2.4", "tailwindcss": "3.3.2", "tailwindcss-animated": "^1.0.1", "typescript": "5.1.3" }, "devDependencies": { "@types/crypto-js": "^4.1.2", "@types/google-one-tap": "^1.2.4", "@types/lodash": "^4.14.195", "@types/markdown-it": "^14.1.1", "@types/node": "20.5.7", "@types/node-localstorage": "^1.3.2", "@types/nprogress": "^0.2.0", "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "@types/react-syntax-highlighter": "^15.5.7", "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/parser": "^8.3.0", "autoprefixer": "10.4.14", "copy-webpack-plugin": "^12.0.2", "eslint": "8.57.0", "eslint-config-next": "13.4.7", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "husky": "^9.1.5", "lint-staged": "^15.2.9", "monaco-editor-webpack-plugin": "^7.1.0", "prettier": "^3.3.3", "prettier-plugin-organize-imports": "^4.0.0", "prettier-plugin-packagejson": "^2.5.2" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint --fix", "prettier --write" ], "*.{json,md}": [ "prettier --write" ] }, "resolutions": { "d3-color": "2", "d3-array": "2", "d3-shape": "2", "d3-path": "2", "d3-dsv": "2", "d3-hierarchy": "2", "d3-scale-chromatic": "2", "d3-format": "2", "d3-timer": "2", "d3-dispatch": "2", "d3-quadtree": "2", "d3-force": "2", "d3-geo": "2" } }