|
24 | 24 | "type": "git",
|
25 | 25 | "url": "git+https://github.com/FullHuman/purgecss.git"
|
26 | 26 | },
|
27 |
| - "keywords": ["optimization", "unused", "css", "purge", "uncss", "purify"], |
| 27 | + "keywords": [ |
| 28 | + "optimization", |
| 29 | + "unused", |
| 30 | + "css", |
| 31 | + "purge", |
| 32 | + "uncss", |
| 33 | + "purify" |
| 34 | + ], |
28 | 35 | "author": "Ffloriel",
|
29 | 36 | "license": "MIT",
|
30 | 37 | "bugs": {
|
|
33 | 40 | "homepage": "https://github.com/FullHuman/purgecss#readme",
|
34 | 41 | "dependencies": {
|
35 | 42 | "glob": "^7.1.2",
|
36 |
| - "postcss": "^6.0.4", |
| 43 | + "postcss": "^6.0.13", |
37 | 44 | "postcss-selector-parser": "^2.2.3",
|
38 |
| - "yargs": "^8.0.2" |
| 45 | + "yargs": "^9.0.1" |
39 | 46 | },
|
40 | 47 | "devDependencies": {
|
41 |
| - "babel-eslint": "^7.2.3", |
| 48 | + "babel-eslint": "^8.0.1", |
42 | 49 | "babel-plugin-external-helpers": "^6.22.0",
|
43 | 50 | "babel-plugin-transform-class-properties": "^6.24.1",
|
44 |
| - "babel-preset-env": "^1.6.0", |
| 51 | + "babel-preset-env": "^1.6.1", |
45 | 52 | "babel-preset-flow": "^6.23.0",
|
46 |
| - "codacy-coverage": "^2.0.2", |
47 |
| - "eslint": "^4.4.1", |
48 |
| - "eslint-plugin-flowtype": "^2.35.0", |
49 |
| - "flow-bin": "^0.53.1", |
50 |
| - "jest": "^20.0.4", |
51 |
| - "prettier": "^1.5.3", |
| 53 | + "codacy-coverage": "^2.0.3", |
| 54 | + "eslint": "^4.9.0", |
| 55 | + "eslint-plugin-flowtype": "^2.39.1", |
| 56 | + "flow-bin": "^0.57.3", |
| 57 | + "jest": "^21.2.1", |
| 58 | + "prettier": "^1.7.4", |
52 | 59 | "regenerator-runtime": "^0.11.0",
|
53 |
| - "rollup": "^0.47.6", |
| 60 | + "rollup": "^0.50.0", |
54 | 61 | "rollup-plugin-babel": "^3.0.2",
|
55 |
| - "rollup-plugin-commonjs": "^8.1.0", |
| 62 | + "rollup-plugin-commonjs": "^8.2.3", |
56 | 63 | "rollup-plugin-flow": "^1.1.1",
|
57 | 64 | "rollup-plugin-node-builtins": "^2.1.2",
|
58 | 65 | "rollup-plugin-node-resolve": "^3.0.0",
|
59 | 66 | "rollup-plugin-uglify": "^2.0.1",
|
60 | 67 | "rollup-watch": "^4.3.1",
|
61 |
| - "uglify-es": "^3.0.27" |
| 68 | + "uglify-es": "^3.1.3" |
62 | 69 | },
|
63 | 70 | "engines": {
|
64 | 71 | "npm": ">=5.2.0",
|
|
0 commit comments