gatsby-plugin-purgecss
Version:
Gatsby plugin for purgecss. Removes unused css/sass/less/stylus from files and modules. Supports Tailwindcss, Bootstrap, Bulma etc.
78 lines (77 loc) • 1.95 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": "3.1.1",
"main": "index.js",
"license": "MIT",
"author": "Ananto Ghosh",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@babel/preset-env": "7.3.4",
"coveralls": "3.0.3",
"dotenv": "7.0.0",
"gatsby": "2.1.37",
"gatsby-plugin-less": "2.0.12",
"gatsby-plugin-postcss": "2.0.7",
"gatsby-plugin-sass": "2.0.11",
"gatsby-plugin-stylus": "2.0.7",
"jest": "24.5.0",
"less": "3.9.0",
"node-sass": "4.11.0",
"react": "16.8.4",
"react-dom": "16.8.4",
"release-it": "10.3.1",
"runjs": "4.4.2",
"symlink-dir": "3.0.0",
"tailwindcss": "0.7.4"
},
"dependencies": {
"fs-extra": "^7.0.0",
"loader-utils": "^1.1.0",
"purgecss": "^1.0.1"
},
"peerDependencies": {
"gatsby": ">2.0.0-beta"
},
"scripts": {
"build": "babel src --out-dir .",
"test": "run test",
"test:unit": "jest unit",
"test:build": "jest build",
"jest": "jest",
"release": "git branch -v && node -r dotenv/config node_modules/release-it/bin/release-it.js",
"runjs": "run"
},
"files": [
"index.js",
"gatsby-node.js",
"loader.js",
"utils.js",
"paths.js",
"shared.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/anantoghosh/gatsby-plugin-purgecss.git"
},
"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"
]
}