<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.wiringbits</groupId>
    <artifactId>webapp-utils-ui_sjs1_2.13</artifactId>
    <packaging>jar</packaging>
    <description>webapp-utils-ui</description>
    <url>https://github.com/wiringbits/wiringbits-webapp-utils</url>
    <version>0.1.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://www.opensource.org/licenses/mit-license.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>webapp-utils-ui</name>
    <organization>
        <name>net.wiringbits</name>
        <url>https://github.com/wiringbits/wiringbits-webapp-utils</url>
    </organization>
    <scm>
        <url>https://github.com/wiringbits/wiringbits-webapp-utils</url>
        <connection>scm:git:https://github.com/wiringbits/wiringbits-webapp-utils.git</connection>
        <developerConnection>scm:git:git@github.com:wiringbits/wiringbits-webapp-utils.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>AlexITC</id>
            <name>Alexis Hernandez</name>
            <url>https://wiringbits.net</url>
            <email>alexis22229@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.6</version>
        </dependency>
        <dependency>
            <groupId>net.wiringbits</groupId>
            <artifactId>webapp-utils-api_sjs1_2.13</artifactId>
            <version>0.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-library_2.13</artifactId>
            <version>1.7.1</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-test-bridge_2.13</artifactId>
            <version>1.7.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_sjs1_2.13</artifactId>
            <version>3.2.10</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.github.cquiroz</groupId>
            <artifactId>scala-java-time_sjs1_2.13</artifactId>
            <version>2.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.alexitc</groupId>
            <artifactId>sjs-material-ui-facade_sjs1_2.13</artifactId>
            <version>0.1.5</version>
        </dependency>
        <dependency>
            <groupId>org.scalablytyped</groupId>
            <artifactId>history_sjs1_2.13</artifactId>
            <version>4.7.9-c5cd53</version>
        </dependency>
        <dependency>
            <groupId>org.scalablytyped</groupId>
            <artifactId>csstype_sjs1_2.13</artifactId>
            <version>2.6.19-22b2b6</version>
        </dependency>
        <dependency>
            <groupId>org.scalablytyped</groupId>
            <artifactId>std_sjs1_2.13</artifactId>
            <version>3.9-607695</version>
        </dependency>
        <dependency>
            <groupId>org.scalablytyped</groupId>
            <artifactId>react-router-dom_sjs1_2.13</artifactId>
            <version>5.1.2-4e1fe4</version>
        </dependency>
        <dependency>
            <groupId>me.shadaj</groupId>
            <artifactId>slinky-web_sjs1_2.13</artifactId>
            <version>0.6.6</version>
        </dependency>
        <dependency>
            <groupId>org.scalablytyped</groupId>
            <artifactId>react-router_sjs1_2.13</artifactId>
            <version>5.1.2-ae11a1</version>
        </dependency>
        <dependency>
            <groupId>org.scalablytyped</groupId>
            <artifactId>react_sjs1_2.13</artifactId>
            <version>17.0.37-2c2d50</version>
        </dependency>
        <dependency>
            <groupId>org.scalablytyped</groupId>
            <artifactId>scheduler_sjs1_2.13</artifactId>
            <version>0.16.2-ea8726</version>
        </dependency>
        <dependency>
            <groupId>org.scalablytyped</groupId>
            <artifactId>prop-types_sjs1_2.13</artifactId>
            <version>15.7.4-ace2a1</version>
        </dependency>
        <dependency>
            <groupId>com.olvind</groupId>
            <artifactId>scalablytyped-runtime_sjs1_2.13</artifactId>
            <version>2.4.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalablytyped</groupId>
            <artifactId>classnames_sjs1_2.13</artifactId>
            <version>2.2.10-f7eb63</version>
        </dependency>
    </dependencies>
</project>