1 Star 0 Fork 7

交个朋友/sqlchat

forked from Gitee 极速下载/sqlchat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.06 KB
一键复制 编辑 原始数据 按行查看 历史
Tianzhou Chen 提交于 2023-12-17 21:34 . chore: rename env file
{
"name": "sqlchat",
"private": false,
"scripts": {
"dev": "next dev",
"nodb": "env-cmd -f .env.nodb pnpm dev",
"usedb": "env-cmd -f .env.usedb pnpm dev",
"build": "prisma generate && next build",
"build-prisma-deploy": "prisma generate && next build && prisma migrate deploy",
"export": "next export",
"start": "next start",
"lint": "next lint",
"stripe": "stripe listen --forward-to localhost:3000/api/stripe/webhook"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@mui/material": "^5.11.14",
"@mui/styled-engine-sc": "^5.11.11",
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "4.13.0",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-scroll-area": "^1.0.3",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-tooltip": "^1.0.5",
"@stripe/stripe-js": "^1.52.1",
"@types/request-ip": "^0.0.37",
"@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",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"next": "^13.2.4",
"next-auth": "^4.22.1",
"nodemailer": "^6.9.1",
"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-svg": "^16.1.11",
"react-textarea-autosize": "^8.4.0",
"react-use": "^17.4.0",
"remark-gfm": "^3.0.1",
"request-ip": "^3.3.0",
"stripe": "^12.3.0",
"styled-components": "^5.3.9",
"swr": "^2.1.5",
"tailwind-scrollbar-hide": "^1.1.7",
"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/micro-cors": "^0.1.3",
"@types/mssql": "^8.1.2",
"@types/node": "^18.15.3",
"@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",
"env-cmd": "^10.1.0",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"mssql": "^9.1.1",
"mysql2": "^3.2.0",
"pg": "^8.10.0",
"postcss": "^8.4.20",
"prettier": "^2.8.8",
"prisma": "^4.13.0",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/xtqve-friend/sqlchat.git
[email protected]:xtqve-friend/sqlchat.git
xtqve-friend
sqlchat
sqlchat
main

搜索帮助