@vaadin/hilla-file-router
Version:
Hilla file-based router
72 lines (71 loc) • 1.69 kB
JSON
{
"name": "@vaadin/hilla-file-router",
"version": "24.8.7",
"description": "Hilla file-based router",
"main": "index.js",
"module": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/hilla.git",
"directory": "packages/ts/file-router"
},
"keywords": [
"Hilla",
"Vite",
"Plugin",
"File",
"Router",
"Routing"
],
"scripts": {
"clean:build": "git clean -fx . -e .vite -e node_modules",
"build": "tsx ../../../scripts/fast-build.ts",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"test:react": "npm run test",
"test:watch": "vitest --inspect --no-file-parallelism",
"typecheck": "tsc --noEmit"
},
"exports": {
"./runtime.js": {
"default": "./runtime.js"
},
"./types.js": {
"types": "./types.d.ts"
},
"./vite-plugin.js": {
"default": "./vite-plugin.js"
}
},
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/hilla/issues"
},
"homepage": "https://vaadin.com",
"files": [
"*.{d.ts.map,d.ts,js.map,js}",
"runtime",
"shared",
"vite-plugin"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "18 || 19",
"react-dom": "18 || 19",
"react-router": "7"
},
"dependencies": {
"@ungap/with-resolvers": "0.1.0",
"@vaadin/hilla-generator-utils": "24.8.7",
"@vaadin/hilla-react-auth": "24.8.7",
"@vaadin/hilla-react-signals": "24.8.7",
"tsc-template": "0.2.3",
"typescript": "5.8.3"
}
}