added front html nigel in the mud route function with openapi - gen clean up the code a little after pull request
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-cookie": "^3.0.6",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.2.2",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@openapitools/openapi-generator-cli": "^2.25.0",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"js-cookie": "^3.0.5",
|
|
"openapi-fetch": "^0.15.0",
|
|
"tailwindcss": "^4.1.17"
|
|
}
|
|
}
|