UNPKG

@mittwald/react-tunnel

Version:

It's like a Portal – but with React components

65 lines (64 loc) 1.68 kB
{ "name": "@mittwald/react-tunnel", "version": "0.2.0-alpha.283", "type": "module", "description": "It's like a Portal – but with React components", "keywords": [ "layout", "portal", "react", "react tree", "teleport" ], "homepage": "https://github.com/mittwald/flow/tree/main/packages/react-tunnel", "repository": "https://github.com/mittwald/flow", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.js" } }, "types": "./dist/types/index.d.ts", "files": [ "dist" ], "scripts": { "build": "vite build --config vite.build.config.ts", "clean": "rimraf dist", "test": "exit 0", "test:compile": "tsc --noEmit", "test:unit": "vitest run" }, "dependencies": { "mobx": "^6.13.7", "mobx-react-lite": "^4.1.0" }, "devDependencies": { "@mittwald/typescript-config": "workspace:*", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.3.0", "@types/node": "^22.15.23", "@types/react": "^19.1.6", "@types/react-dom": "^19.1.5", "@vitejs/plugin-react": "^4.5.0", "@vitest/coverage-v8": "^3.1.4", "happy-dom": "^17.5.6", "nx": "^20.8.2", "prettier": "^3.5.3", "react": "^19.1.0", "react-dom": "^19.1.0", "rimraf": "^6.0.1", "typescript": "^5.8.3", "vite": "^6.3.5", "vite-plugin-banner": "^0.8.1", "vite-plugin-checker": "^0.9.3", "vite-plugin-dts": "^4.5.4", "vite-plugin-externalize-deps": "^0.9.0", "vitest": "^3.1.4" }, "peerDependencies": { "react": "^19", "react-dom": "^19" }, "gitHead": "a87c1e6825b8b6a48341be4b9f876dbc19d5122a" }