<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm</groupId>
  <artifactId>react-router</artifactId>
  <version>5.3.3</version>
  <name>react-router</name>
  <description>Declarative routing for React</description>
  <url>https://reactrouter.com/</url>
  <organization>
    <name>Remix Software</name>
    <url>https://reactrouter.com/</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>timdorr</name>
      <email>timdorr@timdorr.com</email>
    </developer>
    <developer>
      <name>mjackson</name>
      <email>npm@mjackson.me</email>
    </developer>
    <developer>
      <name>chancestrickland</name>
      <email>hi@chance.dev</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/remix-run/react-router.git</connection>
    <developerConnection>https://github.com/remix-run/react-router.git</developerConnection>
    <url>https://github.com/remix-run/react-router</url>
  </scm>
  <issueManagement>
    <url>https://github.com/remix-run/react-router/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-hoist-non-react-statics.version>[3.1.0,4)</org.mvnpm-hoist-non-react-statics.version>
    <org.mvnpm-tiny-invariant.version>[1.0.2,2)</org.mvnpm-tiny-invariant.version>
    <org.mvnpm-prop-types.version>[15.6.2,16)</org.mvnpm-prop-types.version>
    <org.mvnpm-history.version>[4.9.0,5)</org.mvnpm-history.version>
    <org.mvnpm-mini-create-react-context.version>[0.4.0,0.5)</org.mvnpm-mini-create-react-context.version>
    <org.mvnpm-tiny-warning.version>[1.0.0,2)</org.mvnpm-tiny-warning.version>
    <org.mvnpm-react-is.version>[16.6.0,17)</org.mvnpm-react-is.version>
    <org.mvnpm-path-to-regexp.version>[1.7.0,2)</org.mvnpm-path-to-regexp.version>
    <org.mvnpm-react.version>[15,)</org.mvnpm-react.version>
    <org.mvnpm-loose-envify.version>[1.3.1,2)</org.mvnpm-loose-envify.version>
    <org.mvnpm.at.babel-runtime.version>[7.12.13,8)</org.mvnpm.at.babel-runtime.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>history</artifactId>
      <version>${org.mvnpm-history.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>react-is</artifactId>
      <version>${org.mvnpm-react-is.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>prop-types</artifactId>
      <version>${org.mvnpm-prop-types.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>loose-envify</artifactId>
      <version>${org.mvnpm-loose-envify.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tiny-warning</artifactId>
      <version>${org.mvnpm-tiny-warning.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.babel</groupId>
      <artifactId>runtime</artifactId>
      <version>${org.mvnpm.at.babel-runtime.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>path-to-regexp</artifactId>
      <version>${org.mvnpm-path-to-regexp.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tiny-invariant</artifactId>
      <version>${org.mvnpm-tiny-invariant.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>hoist-non-react-statics</artifactId>
      <version>${org.mvnpm-hoist-non-react-statics.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>mini-create-react-context</artifactId>
      <version>${org.mvnpm-mini-create-react-context.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>react</artifactId>
      <version>${org.mvnpm-react.version}</version>
    </dependency>
  </dependencies>
</project>
