52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
{
|
|
"name": "@tanstack/router-core",
|
|
"version": "1.114.33",
|
|
"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-core"
|
|
},
|
|
"homepage": "https://tanstack.com/router",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"keywords": [
|
|
"history",
|
|
"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": {
|
|
"@tanstack/store": "^0.7.0",
|
|
"tiny-invariant": "^1.3.3",
|
|
"@tanstack/history": "1.114.29"
|
|
},
|
|
"scripts": {}
|
|
} |