esbuild-plugin-class-modules
Version:
> An esbuild plugin to compile your css stylesheets using [Sass-lang](https://sass-lang.com/documentation/js-api/modules#compile), [PostCSS](https://postcss.org) and [CSS Modules.](https://github.com/css-modules/css-modules) > Supports global and local sc
45 lines (44 loc) • 960 B
JSON
{
"name": "esbuild-plugin-class-modules",
"version": "2.1.9",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"author": "Inqnuam",
"license": "MIT",
"homepage": "https://github.com/inqnuam/esbuild-plugin-class-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/inqnuam/esbuild-plugin-class-modules.git"
},
"keywords": [
"esbuild",
"plugin",
"sass",
"class",
"css",
"style",
"module"
],
"dependencies": {
"postcss": "^8.4.23",
"postcss-modules": "^5.0.0",
"sass": "^1.62.1"
},
"devDependencies": {
"@types/node": "^18.14.0",
"esbuild": "^0.17.19",
"typescript": "^5.0.4"
},
"scripts": {
"build": "node ./build.mjs",
"dev": "DEV=true node ./build.mjs"
}
}