@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.414",
"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.13.7",
"mobx-react-lite": "^4.1.0"
},
"devDependencies": {
"@mittwald/typescript-config": "workspace:*",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.16.5",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^3.2.4",
"happy-dom": "^17.6.3",
"nx": "^20.8.2",
"prettier": "^3.6.2",
"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.2.4"
},
"peerDependencies": {
"react": "^19",
"react-dom": "^19"
},
"gitHead": "f2a20c05972778ef534a8af9c60670b2ef109b81"
}