UNPKG

@tanstack/start-server-functions-fetcher

Version:

Modern and scalable routing for applications

57 lines 1.26 kB
{ "name": "@tanstack/start-server-functions-fetcher", "version": "1.128.4", "description": "Modern and scalable routing for applications", "author": "Tanner Linsley", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/router.git", "directory": "packages/start-server-functions-fetcher" }, "homepage": "https://tanstack.com/start", "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", "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": { "@tanstack/router-core": "1.128.4", "@tanstack/start-client-core": "1.128.4" }, "devDependencies": { "typescript": "^5.7.2" }, "scripts": {} }