new react-openapi

This commit is contained in:
2026-07-13 16:15:26 +05:30
parent 72e7e843a4
commit f3135b8247
9 changed files with 1016 additions and 673 deletions

View File

@@ -4,32 +4,36 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "tsc -b && vite build",
"serve": "vite preview"
},
"dependencies": {
"@apidevtools/swagger-parser": "^12.1.0",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/x-data-grid": "^8.28.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.22.0",
"@tanstack/react-query": "^5.96.1",
"axios": "latest",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"js-yaml": "^4.1.0",
"markdown-to-jsx": "latest",
"marked": "latest",
"process": "^0.11.10",
"react": "latest",
"react-dom": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "latest",
"react-router-dom": "^7.13.2",
"react-router-dom": "^6.28.0",
"remark-gfm": "latest"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@vitejs/plugin-react": "latest",
"typescript": "^6.0.3",
"vite": "latest"
"@types/node": "^25.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.2",
"vite": "^6.0.1"
}
}