UNPKG

@wbe/low-router-preact

Version:

<h1 align="center" style="text-align:center">low-router preact</h1> <p align="center"> <img alt="npm" src="https://img.shields.io/npm/v/@wbe/low-router-preact"> <img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/%40wbe%2Flow-router

48 lines 1.06 kB
{ "name": "@wbe/low-router-preact", "author": "Willy Brauner", "license": "MIT", "version": "0.11.3", "type": "module", "files": [ "dist" ], "main": "./dist/low-router-preact.js", "module": "./dist/low-router-preact.js", "types": "./dist/low-router-preact.d.ts", "repository": { "type": "git", "url": "https://github.com/willybrauner/low-router" }, "keywords": [ "preact", "react", "router", "routing", "low-level", "flexible", "isomorphic", "browser-history", "matcher" ], "dependencies": { "@wbe/debug": "^3.2.0", "@wbe/low-router": "latest", "@wbe/utils": "^0.3.1" }, "peerDependencies": { "preact": "^10.29.0" }, "devDependencies": { "@types/node": "^25.5.0", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.1.0" }, "scripts": { "clean": "rm -rf dist", "build": "tsup", "build:watch": "tsup --watch --sourcemap", "reset": "rm -rf dist node_modules package-lock.json pnpm-lock.yaml tsconfig.tsbuildinfo" } }