<?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-style-plugin</artifactId>
  <version>1.6.3</version>
  <name>esbuild-style-plugin</name>
  <description>Another esbuild plugin for your styling with CSS,SASS,LESS,STYLUS</description>
  <url>https://github.com/g45t345rt/esbuild-style-plugin#readme</url>
  <organization>
    <name>g45t345rt</name>
    <url>https://github.com/g45t345rt/esbuild-style-plugin#readme</url>
  </organization>
  <licenses>
    <license>
      <name>ISC</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>g45t345rt</name>
      <email>japoilski@protonmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/g45t345rt/esbuild-style-plugin.git</connection>
    <developerConnection>https://github.com/g45t345rt/esbuild-style-plugin.git</developerConnection>
    <url>https://github.com/g45t345rt/esbuild-style-plugin</url>
  </scm>
  <issueManagement>
    <url>https://github.com/g45t345rt/esbuild-style-plugin/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm.at.types-sass.version>[1.43.1,2)</org.mvnpm.at.types-sass.version>
    <org.mvnpm-postcss-modules.version>[6.0.0,7)</org.mvnpm-postcss-modules.version>
    <org.mvnpm.at.types-less.version>[3.0.3,4)</org.mvnpm.at.types-less.version>
    <org.mvnpm.at.types-stylus.version>[0.48.38,0.49)</org.mvnpm.at.types-stylus.version>
    <org.mvnpm-glob.version>[10.2.2,11)</org.mvnpm-glob.version>
    <org.mvnpm-postcss.version>[8.4.31,9)</org.mvnpm-postcss.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.types</groupId>
      <artifactId>less</artifactId>
      <version>${org.mvnpm.at.types-less.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.types</groupId>
      <artifactId>sass</artifactId>
      <version>${org.mvnpm.at.types-sass.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.types</groupId>
      <artifactId>stylus</artifactId>
      <version>${org.mvnpm.at.types-stylus.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>glob</artifactId>
      <version>${org.mvnpm-glob.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>
