react
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.remix-run</groupId>
<artifactId>react</artifactId>
<version>2.17.4</version>
</dependency><?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.at.remix-run</groupId>
<artifactId>react</artifactId>
<version>2.17.4</version>
<name>remix-run react</name>
<description>React DOM bindings for Remix</description>
<url>https://github.com/remix-run/remix#readme</url>
<organization>
<name>remix-run react</name>
<url>https://github.com/remix-run/remix#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>mjackson</name>
<email>mjijackson+npm@gmail.com</email>
</developer>
<developer>
<name>ryanflorence</name>
<email>rpflorence@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/remix-run/remix.git</connection>
<developerConnection>https://github.com/remix-run/remix.git</developerConnection>
<url>https://github.com/remix-run/remix</url>
</scm>
<issueManagement>
<url>https://github.com/remix-run/remix/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.remix-run-router.version>1.23.2</org.mvnpm.at.remix-run-router.version>
<org.mvnpm-react-router-dom.version>6.30.3</org.mvnpm-react-router-dom.version>
<org.mvnpm.at.remix-run-server-runtime.version>2.17.4</org.mvnpm.at.remix-run-server-runtime.version>
<org.mvnpm-react-dom.version>[18.0.0,19)</org.mvnpm-react-dom.version>
<org.mvnpm-turbo-stream.version>2.4.1</org.mvnpm-turbo-stream.version>
<org.mvnpm-react-router.version>6.30.3</org.mvnpm-react-router.version>
<org.mvnpm-typescript.version>[5.1.0,6)</org.mvnpm-typescript.version>
<org.mvnpm-react.version>[18.0.0,19)</org.mvnpm-react.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.remix-run</groupId>
<artifactId>router</artifactId>
<version>${org.mvnpm.at.remix-run-router.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react-router</artifactId>
<version>${org.mvnpm-react-router.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react-router-dom</artifactId>
<version>${org.mvnpm-react-router-dom.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>turbo-stream</artifactId>
<version>${org.mvnpm-turbo-stream.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.remix-run</groupId>
<artifactId>server-runtime</artifactId>
<version>${org.mvnpm.at.remix-run-server-runtime.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react</artifactId>
<version>${org.mvnpm-react.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react-dom</artifactId>
<version>${org.mvnpm-react-dom.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>typescript</artifactId>
<version>${org.mvnpm-typescript.version}</version>
</dependency>
</dependencies>
</project>