generouted
Version:
Generated client-side file-based routes for Vite
107 lines (106 loc) • 2.54 kB
JSON
{
"name": "generouted",
"version": "1.20.0",
"description": "Generated client-side file-based routes for Vite",
"author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)",
"license": "MIT",
"repository": "https://github.com/oedotme/generouted",
"bugs": "https://github.com/oedotme/generouted/issues",
"homepage": "https://github.com/oedotme/generouted#readme",
"keywords": [
"actions",
"code-splitting",
"data-loaders",
"file-based-routing",
"generate",
"nested-layouts",
"nextjs",
"pages",
"pre-loading ",
"react",
"react-location",
"react-router",
"react-router-dom",
"remix",
"router",
"routes",
"solid",
"solid-router",
"typescript",
"vite"
],
"type": "module",
"exports": {
"./core": {
"types": "./src/core.ts",
"import": "./src/core.ts"
},
"./react-location": {
"types": "./src/react-location.tsx",
"import": "./src/react-location.tsx"
},
"./react-router-lazy": {
"types": "./src/react-router-lazy.tsx",
"import": "./src/react-router-lazy.tsx"
},
"./react-router": {
"types": "./src/react-router.tsx",
"import": "./src/react-router.tsx"
},
"./solid-router-lazy": {
"types": "./src/solid-router-lazy.tsx",
"import": "./src/solid-router-lazy.tsx"
},
"./solid-router": {
"types": "./src/solid-router.tsx",
"import": "./src/solid-router.tsx"
}
},
"typesVersions": {
"*": {
"core": [
"./src/core.ts"
],
"react-location": [
"./src/react-location.tsx"
],
"react-router-lazy": [
"./src/react-router-lazy.tsx"
],
"react-router": [
"./src/react-router.tsx"
],
"solid-router-lazy": [
"./src/solid-router-lazy.tsx"
],
"solid-router": [
"./src/solid-router.tsx"
]
}
},
"files": [
"src"
],
"scripts": {
"dev": "vitest watch",
"build": "tsc --emitDeclarationOnly --noEmit false --outDir dist",
"test": "vitest run",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@solidjs/router": "^0.15.3",
"@tanstack/react-location": "^3.7.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.5",
"solid-js": "^1.9.4",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"peerDependencies": {
"vite": ">=5"
}
}