Sync OneOS workspace with new prototypes, annotations, and Gitea remote fix.
Add vehicle-h2-fee-ledger, customer-management, lease and self-operated ledgers, annotation sources, agent skills, and vite annotation runtime support. Update vehicle management, contract templates, and lease contract flows. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
20
package.json
20
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@axhub/make-client",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.11",
|
||||
"private": true,
|
||||
"description": "Official Axhub Make client runtime",
|
||||
"type": "module",
|
||||
@@ -20,35 +20,27 @@
|
||||
"coverage": "npm run test:coverage",
|
||||
"check-ready": "node scripts/check-app-ready.mjs",
|
||||
"capture:theme": "node scripts/capture-theme-homepage.mjs",
|
||||
"capture:theme-source": "node scripts/capture-theme-source.mjs",
|
||||
"font:subset:beginner-guide": "node scripts/subset-beginner-guide-fonts.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@floating-ui/react": "^0.27.17",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-popover": "^1.1.15",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.0.0",
|
||||
"@vitest/coverage-v8": "4.0.16",
|
||||
"@vitest/ui": "4.0.16",
|
||||
"echarts": "^6.0.0",
|
||||
"extract-zip": "^2.0.1",
|
||||
"iconv-lite": "^0.7.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"sass": "^1.97.3",
|
||||
"subset-font": "^2.5.0",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^5.0.0",
|
||||
"vitest": "^4.0.16",
|
||||
"vite": "5.4.21",
|
||||
"vitest": "4.0.16",
|
||||
"ws": "^8.18.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@axhub/annotation": "1.x",
|
||||
"lucide-react": "^0.562.0",
|
||||
"motion": "^12.38.0",
|
||||
"xlsx": "^0.18.5"
|
||||
"@axhub/annotation": "^1.0.10",
|
||||
"lucide-react": "^0.562.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user