All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "@remix-run/router",
  "version": "1.19.1",
  "description": "Nested/Data-driven/Framework-agnostic Routing",
  "keywords": [
    "remix",
    "router",
    "location"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/remix-run/react-router",
    "directory": "packages/router"
  },
  "license": "MIT",
  "author": "Remix Software ",
  "sideEffects": false,
  "main": "./dist/router.cjs.js",
  "unpkg": "./dist/router.umd.min.js",
  "module": "./dist/router.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/",
    "*.ts",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy