37 lines
904 B
JSON
37 lines
904 B
JSON
{
|
|
"name": "mts-crm",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rsbuild build",
|
|
"dev": "rsbuild dev --open",
|
|
"format": "prettier --write .",
|
|
"preview": "rsbuild preview",
|
|
"genapi": "rm -r src/api/models && orval"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^3.34.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@stomp/stompjs": "^7.3.0",
|
|
"axios": "^1.15.0",
|
|
"mobx": "^6.15.0",
|
|
"mobx-react-lite": "^4.1.1",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-hook-form": "^7.72.1",
|
|
"react-icons": "^5.6.0",
|
|
"react-router": "^7.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rsbuild/core": "^1.7.1",
|
|
"@rsbuild/plugin-react": "^1.4.2",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"orval": "^8.7.0",
|
|
"prettier": "^3.7.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|