style-forge.helpers
Version:
Style-Forge.Helpers: essential CSS helper classes for spacing, alignment, visibility, and more in web development.
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "style-forge.helpers",
"version": "2025.2.8",
"description": "Style-Forge.Helpers: essential CSS helper classes for spacing, alignment, visibility, and more in web development.",
"type": "module",
"main": "helpers.css",
"repository": {
"type": "git",
"url": "git+https://github.com/Style-Forge/helpers.git"
},
"author": "Dmitrii Sagalov <sarmaged@gmail.com>",
"license": "MIT",
"keywords": [
"style-forge",
"helpers",
"CSS",
"HTML",
"utilities",
"styles",
"web development",
"frontend",
"styling",
"design",
"responsive",
"lightweight",
"performance",
"modular",
"consistent"
],
"scripts": {
"build": "node builder.js"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-discard-comments": "^7.0.3",
"postcss-import": "^16.1.0",
"postcss-minify": "^1.1.0"
},
"bugs": {
"url": "https://github.com/Style-Forge/helpers/issues"
},
"homepage": "https://style-forge.github.io/helpers/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}