aboutsummaryrefslogtreecommitdiff
path: root/node_modules/optimize-css-assets-webpack-plugin/package.json
blob: 79d692363fca5b06eb3f1582f774b9e77f668845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "name": "optimize-css-assets-webpack-plugin",
  "version": "4.0.3",
  "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": "^3.10.0",
    "last-call-webpack-plugin": "^3.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-jest": "^22.1.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "css-loader": "^0.28.9",
    "extract-text-webpack-plugin": "next",
    "jest": "^22.1.4",
    "style-loader": "^0.20.1",
    "webpack": "^4.9.1"
  },
  "peerDependencies": {
    "webpack": "^4.0.0"
  }
}