123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "optimize-css-assets-webpack-plugin",
- "version": "5.0.8",
- "description": "A Webpack plugin to optimize \\ minimize CSS assets.",
- "keywords": [
- "CSS",
- "duplicate",
- "extract-text-webpack-plugin",
- "minimize",
- "optimize",
- "remove",
- "webpack"
- ],
- "homepage": "http://github.com/NMFR/optimize-css-assets-webpack-plugin",
- "license": "MIT",
- "author": "Nuno Rodrigues",
- "main": "src/index.js",
- "repository": {
- "type": "git",
- "url": "http://github.com/NMFR/optimize-css-assets-webpack-plugin.git"
- },
- "scripts": {
- "test": "jest",
- "test:watch": "jest --watch"
- },
- "jest": {
- "testEnvironment": "node",
- "watchPathIgnorePatterns": [
- "<rootDir>/test/js/*.*"
- ]
- },
- "dependencies": {
- "cssnano": "^4.1.10",
- "last-call-webpack-plugin": "^3.0.0"
- },
- "devDependencies": {
- "babel-core": "^6.26.3",
- "babel-jest": "^26.3.0",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.7.0",
- "css-loader": "^3.6.0",
- "extract-text-webpack-plugin": "next",
- "jest": "^26.4.2",
- "style-loader": "^0.20.1",
- "webpack": "^4.44.1"
- },
- "peerDependencies": {
- "webpack": "^4.0.0"
- }
- }
|