Phase 1 complete

This commit is contained in:
GW_MC
2026-02-24 10:34:55 +00:00
parent 630b60d7e2
commit 8714d6bd22
112 changed files with 11063 additions and 73 deletions

View File

@@ -8,7 +8,8 @@
"preview": "vite preview",
"test": "vitest",
"lint": "eslint . --ext ts,tsx",
"clean": "rm -rf dist"
"clean": "rm -rf dist",
"api:generate": "orval"
},
"dependencies": {
"@dreamchat/shared": "workspace:*",
@@ -20,10 +21,13 @@
"zustand": "^4.5.0"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.29.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.0",
"openapi-typescript": "^7.13.0",
"orval": "^8.4.2",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.0",