UNPKG

@tanstack/router-generator

Version:

Modern and scalable routing for React applications

65 lines 1.49 kB
{ "name": "@tanstack/router-generator", "version": "1.121.40", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/router.git", "directory": "packages/router-generator" }, "homepage": "https://tanstack.com/router", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "keywords": [ "react", "location", "router", "routing", "async", "async router", "typescript" ], "type": "module", "types": "dist/esm/index.d.ts", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.js", "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } }, "./package.json": "./package.json" }, "sideEffects": false, "files": [ "dist", "src" ], "engines": { "node": ">=12" }, "dependencies": { "prettier": "^3.5.0", "recast": "^0.23.11", "source-map": "^0.7.4", "tsx": "^4.19.2", "zod": "^3.24.2", "@tanstack/router-core": "^1.121.40", "@tanstack/router-utils": "^1.121.21", "@tanstack/virtual-file-routes": "^1.121.21" }, "devDependencies": { "@tanstack/react-router": "^1.121.40" }, "scripts": {} }