Files
sqlchat/package.json
2023-03-23 16:12:16 +08:00

44 lines
1.1 KiB
JSON

{
"name": "sqlchat",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@vercel/analytics": "^0.1.11",
"axios": "^1.3.4",
"csstype": "^3.1.1",
"highlight.js": "^11.7.0",
"lodash-es": "^4.17.21",
"marked": "^4.2.12",
"next": "^13.2.4",
"openai": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-textarea-autosize": "^8.4.0",
"uuid": "^9.0.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/lodash-es": "^4.17.7",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.13",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"mysql2": "^3.2.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}