<?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>esbuild-plugin-tailwindcss</artifactId>
  <version>2.1.0</version>
  <name>esbuild-plugin-tailwindcss</name>
  <description>Esbuild plugin for TailwindCSS</description>
  <url>https://github.com/ttempaa/esbuild-plugin-tailwindcss</url>
  <organization>
    <name>ttempaa &lt;ttempaa.mt@gmail.com></name>
    <url>https://github.com/ttempaa/esbuild-plugin-tailwindcss</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>ttempaa</name>
      <email>ttempaa.mt@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/ttempaa/esbuild-plugin-tailwindcss.git</connection>
    <developerConnection>https://github.com/ttempaa/esbuild-plugin-tailwindcss.git</developerConnection>
    <url>https://github.com/ttempaa/esbuild-plugin-tailwindcss</url>
  </scm>
  <properties>
    <org.mvnpm-postcss-modules.version>[6.0.1,7)</org.mvnpm-postcss-modules.version>
    <org.mvnpm-autoprefixer.version>[10.4.20,11)</org.mvnpm-autoprefixer.version>
    <org.mvnpm-postcss.version>[8.5.1,9)</org.mvnpm-postcss.version>
    <org.mvnpm.at.tailwindcss-postcss.version>[4.0.5,5)</org.mvnpm.at.tailwindcss-postcss.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.tailwindcss</groupId>
      <artifactId>postcss</artifactId>
      <version>${org.mvnpm.at.tailwindcss-postcss.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>autoprefixer</artifactId>
      <version>${org.mvnpm-autoprefixer.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>postcss</artifactId>
      <version>${org.mvnpm-postcss.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>postcss-modules</artifactId>
      <version>${org.mvnpm-postcss-modules.version}</version>
    </dependency>
  </dependencies>
</project>
