UNPKG

elysia-remix

Version:

Use React Router v7 or Remix with Elysia with HMR support!

76 lines (75 loc) 2.01 kB
{ "name": "elysia-remix", "version": "0.5.1", "module": "./dist/index.js", "types": "./dist/index.d.ts", "description": "Use React Router v7 or Remix with Elysia with HMR support!", "author": { "name": "Kravets", "url": "https://github.com/kravetsone" }, "repository": { "type": "git", "url": "git+https://github.com/kravetsone/elysia-react-router.git" }, "homepage": "https://github.com/kravetsone/elysia-react-router", "readme": "https://github.com/kravetsone/elysia-react-router", "keywords": [ "elysia", "elysia-plugin", "vite", "remix", "react-router" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./remix": { "types": "./dist/remix.d.ts", "import": "./dist/remix.js" }, "./react-router": { "types": "./dist/react-router.d.ts", "import": "./dist/react-router.js" } }, "type": "module", "scripts": { "prepublishOnly": "bun type && bunx pkgroll", "type": "bunx tsc --noEmit" }, "devDependencies": { "@biomejs/biome": "^2.4.7", "@elysiajs/static": "^1.4.7", "@remix-run/node": "^2.17.4", "@types/bun": "^1.3.10", "@types/node": "^25.3.5", "elysia-connect-middleware": "^0.0.6", "pkgroll": "^2.27.0", "react-router": "^7.13.1", "typescript": "^5.9.3" }, "peerDependencies": { "@remix-run/node": "^2.17.4", "elysia": "^1.4.27", "react-router": "^7.13.1", "vite": "^8.0.0" }, "peerDependenciesMeta": { "@remix-run/node": { "optional": true }, "react-router": { "optional": true } }, "dependencies": { "connect-to-web": "^0.0.3" }, "license": "MIT", "files": [ "dist" ] }