gatsby-plugin-purgecss
Version:
Gatsby plugin for purgecss. Removes unused css/sass/less/stylus from files and modules. Supports Tailwindcss, Bootstrap, Bulma etc.
91 lines (90 loc) • 2.4 kB
JSON
{
"name": "gatsby-plugin-purgecss",
"description": "Gatsby plugin for purgecss. Removes unused css/sass/less/stylus from files and modules. Supports Tailwindcss, Bootstrap, Bulma etc.",
"version": "6.2.1",
"main": "index.js",
"license": "MIT",
"author": "Ananto Ghosh",
"devDependencies": {
"@release-it/conventional-changelog": "^5.1.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.2",
"@types/loader-utils": "^2.0.3",
"@types/node": "^18.11.18",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"coveralls": "^3.1.1",
"eslint": "^8.31.0",
"eslint-config-good-code": "^1.1.0",
"eslint-plugin-sonarjs": "^0.17.0",
"eslint-plugin-unicorn": "^45.0.2",
"execa": "^6.1.0",
"gatsby": "^5.3.3",
"jest": "^27.5.1",
"release-it": "^15.6.0",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"fs-extra": "^11.1.0",
"loader-utils": "^3.2.1",
"merge-anything": "^5.1.4",
"purgecss": "^4.1.3"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"scripts": {
"build": "tsc",
"build:local": "tsc --outDir plugins/gatsby-plugin-purgecss",
"test": "ts-node scripts/test_ci.ts --project scripts/tsconfig.scripts.json",
"test:local": "ts-node scripts/test_local.ts --project scripts/tsconfig.scripts.json",
"test:unit": "jest unit",
"test:build": "jest build",
"jest:coverage": "jest --ci --coverage",
"release": "release-it"
},
"files": [
"index.js",
"debug.js",
"gatsby-node.js",
"loader.js",
"paths.js",
"shared.js",
"types.js",
"utils.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/anantoghosh/gatsby-plugin-purgecss.git"
},
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/anantoghosh"
},
{
"type": "individual",
"url": "https://ko-fi.com/anantoghosh"
}
],
"bugs": {
"url": "https://github.com/anantoghosh/gatsby-plugin-purgecss/issues"
},
"homepage": "https://github.com/anantoghosh/gatsby-plugin-purgecss#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"css",
"sass",
"scss",
"stylus",
"less",
"optimize",
"clean",
"purgecss",
"purify",
"purifycss"
]
}