csso-webpack-plugin
Version:
CSSO minification files to serve your webpack bundles
68 lines (67 loc) • 1.68 kB
JSON
{
"name": "csso-webpack-plugin",
"version": "2.0.0-beta.3",
"author": "zoobestik <kb.chernenko@gmail.com>",
"description": "CSSO minification files to serve your webpack bundles",
"homepage": "https://github.com/zoobestik/csso-webpack-plugin",
"bugs": {
"url": "https://github.com/zoobestik/csso-webpack-plugin/issues"
},
"keywords": [
"css",
"minify",
"csso",
"webpack",
"optimisation"
],
"main": "./lib/index",
"engines": {
"node": ">=8.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/zoobestik/csso-webpack-plugin.git"
},
"scripts": {
"lint": "eslint --cache .",
"test": "npm run build && mocha \"./test/*/*.spec.js\"",
"test-prepare": "cd test/webpack2 && npm install && cd ../webpack4 && npm install && cd ../webpack5 && npm install",
"build": "babel src --out-dir lib",
"prepublish": "npm run build"
},
"precommit": [
"lint"
],
"files": [
"lib",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"typings": "lib/index.d.ts",
"dependencies": {
"@types/webpack": ">=4.0",
"core-js": "^3.10.1",
"csso": "^4.0.2",
"source-map": "^0.7.3",
"webpack-sources": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-eslint": "^10.0.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.7.0",
"mocha": "^6.2.2",
"pre-commit": "^1.2.2",
"rimraf": "^3.0.0"
}
}