lightningcss-jit-props
Version:
LightningCSS plugin to insert variables from a data source based on discovered usage. Adapted from https://github.com/GoogleChromeLabs/postcss-jit-props
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "lightningcss-jit-props",
"type": "module",
"version": "0.0.1-alpha.8",
"description": "LightningCSS plugin to insert variables from a data source based on discovered usage. Adapted from https://github.com/GoogleChromeLabs/postcss-jit-props",
"keywords": [
"lightningcss",
"css",
"lightningcss-plugin",
"css-vars",
"css-custom-properties"
],
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js",
"LICENSE.md",
"README.md"
],
"scripts": {
"test": "vitest --coverage",
"build": "tsc"
},
"author": "Felix Cornelissen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/flixcor/lightningcss-jit-props.git"
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "pnpm@10.6.3",
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/node": "^22.13.10",
"@vitest/coverage-v8": "3.0.8",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"lightningcss": "^1.29.3",
"open-props": "^1.7.13",
"postcss": "^8.5.3",
"postcss-jit-props": "^1.0.16",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1",
"vitest": "^3.0.8"
},
"dependencies": {
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"lightningcss": "1"
}
}