stylesnap
Version:
Stylesnap is a powerful CSS optimization tool that analyzes your content files, extracts used classnames and tags, and generates a minimal CSS file. Ideal for reducing CSS file size and improving web performance in TailwindCSS, Bootstrap, or custom framew
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "stylesnap",
"version": "1.0.1",
"main": "index.js",
"type": "module",
"bin": {
"stylesnap": "./index.js"
},
"keywords": [
"css",
"css-optimization",
"css-minimization",
"postcss",
"reduce-css",
"minimal-css",
"classnames-extraction",
"tailwindcss",
"bootstrap",
"utility-first-css",
"web-performance",
"stylesnap"
],
"author": "Ravi Kishan <ravikishan63392@gmail.com>",
"license": "MIT",
"description": "Stylesnap is a powerful CSS optimization tool that analyzes your content files, extracts used classnames and tags, and generates a minimal CSS file. Ideal for reducing CSS file size and improving web performance in TailwindCSS, Bootstrap, or custom frameworks.",
"devDependencies": {
"bootstrap": "^5.3.3",
"cheerio": "^1.0.0",
"clean-css": "^5.3.3",
"commander": "^12.1.0",
"glob": "^11.0.0",
"postcss": "^8.4.49",
"postcss-selector-parser": "^7.0.0"
},
"files": [
"index.js",
"lib",
"config.default.json",
"license"
],
"repository": {
"type": "git",
"url": "https://github.com/Ravikisha/stylesnap.git"
},
"homepage": "https://github.com/Ravikisha/stylesnap#readme",
"bugs": {
"url": "https://github.com/Ravikisha/stylesnap/issues"
}
}