56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "purgecss-webpack-plugin",
|
||
|
"version": "4.0.3",
|
||
|
"description": "PurgeCSS plugin for webpack - Remove unused css",
|
||
|
"author": "Ffloriel",
|
||
|
"homepage": "https://purgecss.com",
|
||
|
"keywords": [
|
||
|
"webpack-plugin",
|
||
|
"optimize",
|
||
|
"optimization",
|
||
|
"remove",
|
||
|
"unused",
|
||
|
"css",
|
||
|
"html",
|
||
|
"rules",
|
||
|
"purge",
|
||
|
"uncss",
|
||
|
"purify"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/purgecss-webpack-plugin.js",
|
||
|
"module": "./lib/purgecss-webpack-plugin.esm.js",
|
||
|
"types": "./lib/purgecss-webpack-plugin.d.ts",
|
||
|
"directories": {
|
||
|
"lib": "lib",
|
||
|
"test": "__tests__"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/FullHuman/purgecss.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"purgecss": "^4.0.3",
|
||
|
"webpack": "^5.4.0",
|
||
|
"webpack-sources": "^2.0.0"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/FullHuman/purgecss/issues"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/webpack-sources": "^2.0.0",
|
||
|
"css-loader": "^5.0.0",
|
||
|
"mini-css-extract-plugin": "^1.2.0"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"webpack": "*"
|
||
|
},
|
||
|
"gitHead": "ff1c5582383288e5300ecfb798a89e262d65c071"
|
||
|
}
|