mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15980] update pkg.json and lock files
PHPBB3-15980
This commit is contained in:
parent
f95c323881
commit
3ab6d04dec
2 changed files with 13621 additions and 13343 deletions
3676
package-lock.json
generated
3676
package-lock.json
generated
File diff suppressed because it is too large
Load diff
26
package.json
26
package.json
|
@ -6,6 +6,20 @@
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "docs"
|
"doc": "docs"
|
||||||
},
|
},
|
||||||
|
"xo": {
|
||||||
|
"rules": {
|
||||||
|
"quote-props": [
|
||||||
|
"error",
|
||||||
|
"always"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"es6": true,
|
||||||
|
"browser": true,
|
||||||
|
"node": true,
|
||||||
|
"jquery": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
@ -32,10 +46,10 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://www.phpbb.com",
|
"homepage": "https://www.phpbb.com",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"acorn": "6.1.1",
|
"acorn": "^6.1.1",
|
||||||
"braces": "2.3.1",
|
"braces": "^2.3.1",
|
||||||
"del": "^3.0.0",
|
"del": "^3.0.0",
|
||||||
"gulp": "4.0.0",
|
"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",
|
||||||
|
@ -46,8 +60,8 @@
|
||||||
"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": "^9.10.1",
|
||||||
"stylelint-order": "2.0.0",
|
"stylelint-order": "^2.0.0",
|
||||||
"xo": "0.24.0"
|
"xo": "^0.24.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue