@mittwald/react-tunnel
Version:
It's like a Portal – but with React components
66 lines (65 loc) • 1.71 kB
JSON
{
"name": "@mittwald/react-tunnel",
"version": "0.2.0-alpha.561",
"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:dev": "vitest dev",
"test:unit": "vitest run"
},
"dependencies": {
"mobx": "^6.15.0",
"mobx-react-lite": "^4.1.1"
},
"devDependencies": {
"@mittwald/typescript-config": "workspace:*",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/coverage-v8": "^3.2.4",
"happy-dom": "^20.0.7",
"nx": "^21.6.5",
"prettier": "^3.6.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"rimraf": "^6.0.1",
"typescript": "^5.9.3",
"vite": "^7.1.11",
"vite-plugin-banner": "^0.8.1",
"vite-plugin-checker": "^0.11.0",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-externalize-deps": "^0.10.0",
"vitest": "^3.2.4"
},
"peerDependencies": {
"react": "^19",
"react-dom": "^19"
},
"gitHead": "26dc6c46b0921d8c7d4459fa36a63b44f57ca7a6"
}