kolenkainc-honohub-react
Version:
React admin panel for honohub
58 lines • 1.37 kB
JSON
{
"name": "kolenkainc-honohub-react",
"description": "React admin panel for honohub",
"version": "v0.4.1",
"license": "MIT",
"keywords": [
"hono",
"middleware",
"react",
"builder",
"honohub",
"plugin",
"vite",
"honojs"
],
"homepage": "https://honohub.dev/",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kolenkainc/honohub.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/kolenkainc/honohub/issues"
},
"dependencies": {
"@duck-form/fields": "^0.1.0",
"@heroicons/react": "^2.1.5",
"kolenkainc-honohub-shared": "workspace:0.0.0",
"@rafty/ui": "^1.7.0",
"@rafty/corp": "^1.0.1",
"@swc/helpers": "^0.5.11",
"@tanstack/react-query": "^5.51.1",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.7.2",
"duck-form": "^0.1.4",
"dayjs": "^5.0.3",
"fuse.js": "^7.0.0",
"nuqs": "^2.2.3",
"react-hot-toast": "^2.4.1",
"react-hook-form": "^7.52.1",
"react-router-dom": "^6.24.1",
"shiki": "^1.12.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"react": "^18.3.1",
"kolenkainc-honohub": "workspace:0.0.0"
},
"devDependencies": {
"hono": "^4.5.0"
},
"types": "./index.esm.d.ts",
"module": "./index.esm.js",
"main": "./index.cjs.js"
}