mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15403] Add node modules
PHPBB3-15403
This commit is contained in:
parent
3dc1cde5c6
commit
a97ae96eda
1 changed files with 18 additions and 0 deletions
18
package.json
18
package.json
|
@ -13,6 +13,10 @@
|
|||
"type": "git",
|
||||
"url": "git+https://github.com/phpbb/phpbb.git"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions"
|
||||
],
|
||||
"keywords": [
|
||||
"phpBB",
|
||||
"phpbb",
|
||||
|
@ -30,5 +34,19 @@
|
|||
"devDependencies": {
|
||||
"stylelint": "8.0.0",
|
||||
"stylelint-order": "0.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"del": "^3.0.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-autoprefixer": "^4.0.0",
|
||||
"gulp-cssnano": "^2.1.2",
|
||||
"gulp-postcss": "^7.0.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-sourcemaps": "^2.6.1",
|
||||
"gulp-stylefmt": "^1.1.0",
|
||||
"postcss-import": "^11.0.0",
|
||||
"postcss-pxtorem": "^4.0.1",
|
||||
"postcss-sorting": "^3.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue