<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.linked-planet.ui</groupId>
  <artifactId>ui-kit-lib</artifactId>
  <version>0.10.0</version>
  <name>UI-Kit</name>
  <description>Provides several ui components and functionality used throughout our projects.</description>
  <url>https://linked-planet.github.io/ui-kit/</url>
  <inceptionYear>2022</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Simon Jahreiss</name>
      <email>simon.jahreiss@linked-planet.com</email>
      <url>https://github.com/sjahreis</url>
      <organization>linked-planet GmbH</organization>
      <organizationUrl>https://linked-planet.com</organizationUrl>
    </developer>
    <developer>
      <name>Philipp Karlsson</name>
      <email>philipp.karlsson@linked-planet.com</email>
      <url>https://github.com/betacore</url>
      <organization>linked-planet GmbH</organization>
      <organizationUrl>https://linked-planet.com</organizationUrl>
    </developer>
    <developer>
      <name>Alexander Weickmann</name>
      <email>alexander.weickmann@linked-planet.com</email>
      <url>https://github.com/weickmanna</url>
      <organization>linked-planet GmbH</organization>
      <organizationUrl>https://linked-planet.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/linked-planet/ui-kit.git</connection>
    <developerConnection>scm:git:ssh://github.com/linked-planet/ui-kit.git</developerConnection>
    <url>https://github.com/linked-planet/ui-kit</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-js</artifactId>
      <version>1.6.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-js</artifactId>
      <version>1.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-html-js</artifactId>
      <version>0.7.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-react</artifactId>
      <version>18.0.0-pre.328-kotlin-1.6.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-react-dom</artifactId>
      <version>18.0.0-pre.328-kotlin-1.6.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-react-router-dom</artifactId>
      <version>6.3.0-pre.328-kotlin-1.6.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-redux</artifactId>
      <version>4.1.2-pre.328-kotlin-1.6.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-react-redux</artifactId>
      <version>7.2.6-pre.328-kotlin-1.6.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-styled</artifactId>
      <version>5.3.5-pre.328-kotlin-1.6.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.samgarasx</groupId>
      <artifactId>kotlin-moment</artifactId>
      <version>2.27.0-pre.12-kotlin-1.5.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json</artifactId>
      <version>1.3.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
