@stylezjs/postcss-plugin
Version:
@stylezjs/postcss-plugin is a PostCSS plugin for integrating `@stylezjs/stylez` to generate static CSS styles. Stylez → 'Z' of Zero Runtime.
65 lines (64 loc) • 1.68 kB
JSON
{
"name": "@stylezjs/postcss-plugin",
"version": "0.1.7",
"description": "@stylezjs/postcss-plugin is a PostCSS plugin for integrating `@stylezjs/stylez` to generate static CSS styles. Stylez → 'Z' of Zero Runtime.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "pnpm bundle",
"build:w": "pnpm bundle -w",
"start": "node --watch ./dist/index.cjs",
"lint": "pnpm eslint ."
},
"files": [
"LICENSE",
"README.md",
"dist"
],
"keywords": [
"@stylezjs",
"stylez",
"CSS",
"utility",
"zero runtime",
"dynamic styles",
"class names",
"postcss",
"react",
"styled components",
"postcss-plugin"
],
"author": {
"name": "Estarlin R",
"email": "dev@estarlincito.com",
"url": "https://estarlincito.com"
},
"license": "MIT",
"homepage": "https://github.com/estarlincito/stylez/blob/main/packages/stylezjs-postcss-plugin/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/estarlincito/stylez.git"
},
"bugs": {
"url": "https://github.com/estarlincito/stylez/issues"
},
"packageManager": "pnpm@10.4.1",
"dependencies": {
"@estarlincito/utils": "^2.5.1",
"@stylezjs/stylez": "^0.1.7",
"autoprefixer": "^10.4.21",
"esbuild": "^0.25.2",
"fast-glob": "^3.3.3",
"postcss": "^8.5.3",
"postcss-js": "^4.0.1",
"postcss-nested": "^7.0.2"
},
"devDependencies": {
"@types/postcss-js": "^4.0.4",
"@repo/bundle": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@estarlincito/eslint": "^1.8.6"
}
}