Files
LangBot/web_ui/package.json
Lightwing 8d37447146 feat: notification and spinning display step 1 (#1345)
* feat: notification and loading display step 1

* chore: linter with husky and prettier, specifying rules needed
2025-04-28 13:55:12 +08:00

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"
}
}