[ticket/15980] update and move all to dev-deps

PHPBB3-15980
This commit is contained in:
hanakin 2019-02-27 18:27:54 -10:00
parent 61d0093f96
commit a33c2c8d3d
2 changed files with 13301 additions and 6 deletions

13294
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -32,12 +32,10 @@
}, },
"homepage": "https://www.phpbb.com", "homepage": "https://www.phpbb.com",
"devDependencies": { "devDependencies": {
"stylelint": "8.0.0", "acorn": "6.1.1",
"stylelint-order": "0.3.0" "braces": "2.3.1",
},
"dependencies": {
"del": "^3.0.0", "del": "^3.0.0",
"gulp": "^3.9.1", "gulp": "4.0.0",
"gulp-autoprefixer": "^4.0.0", "gulp-autoprefixer": "^4.0.0",
"gulp-cssnano": "^2.1.2", "gulp-cssnano": "^2.1.2",
"gulp-postcss": "^7.0.0", "gulp-postcss": "^7.0.0",
@ -47,6 +45,9 @@
"gulp-stylefmt": "^1.1.0", "gulp-stylefmt": "^1.1.0",
"postcss-import": "^11.0.0", "postcss-import": "^11.0.0",
"postcss-pxtorem": "^4.0.1", "postcss-pxtorem": "^4.0.1",
"postcss-sorting": "^3.0.2" "postcss-sorting": "^3.0.2",
"stylelint": "9.10.1",
"stylelint-order": "2.0.0",
"xo": "0.24.0"
} }
} }