recma-build-jsx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>recma-build-jsx</artifactId> <version>1.0.0</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</groupId> <artifactId>recma-build-jsx</artifactId> <version>1.0.0</version> <name>recma-build-jsx</name> <description>recma plugin to add support for parsing and serializing JSX</description> <url>https://github.com/mdx-js/recma</url> <organization> <name>Titus Wormer</name> <url>https://github.com/mdx-js/recma</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>wooorm</name> <email>tituswormer@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/mdx-js/recma.git#main.git</connection> <developerConnection>https://github.com/mdx-js/recma.git#main.git</developerConnection> <url>https://github.com/mdx-js/recma.git#main</url> </scm> <issueManagement> <url>https://github.com/mdx-js/recma/issues</url> </issueManagement> <properties> <org.mvnpm-estree-util-build-jsx.version>[3.0.0,4)</org.mvnpm-estree-util-build-jsx.version> <org.mvnpm.at.types-estree.version>[1.0.0,2)</org.mvnpm.at.types-estree.version> <org.mvnpm-vfile.version>[6.0.0,7)</org.mvnpm-vfile.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>vfile</artifactId> <version>${org.mvnpm-vfile.version}</version> </dependency> <dependency> <groupId>org.mvnpm.at.types</groupId> <artifactId>estree</artifactId> <version>${org.mvnpm.at.types-estree.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>estree-util-build-jsx</artifactId> <version>${org.mvnpm-estree-util-build-jsx.version}</version> </dependency> </dependencies> </project>