mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
37 lines
856 B
JSON
37 lines
856 B
JSON
{
|
|
"name": "web_ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prepare": "cd .. && husky web_ui/.husky",
|
|
"lint-staged": "lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/v5-patch-for-react-19": "^1.0.3",
|
|
"antd": "^5.24.6",
|
|
"axios": "^1.8.4",
|
|
"lodash": "^4.17.21",
|
|
"next": "15.2.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"uuidjs": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.2.4",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.5.1",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|