mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-21 01:05:46 +03:00
Update packages to latest
Removes es6-promise, which is not necessary for local development (we're all on a modern version of node). Moves the sass file generation to a separate function, the current IIFE method is not clear. Update autoprefixer's browserlist to use the core WordPress configuration Add a default task, and map grunt in npm scripts
This commit is contained in:
parent
ec4afa649d
commit
c8211bf6a0
3 changed files with 1080 additions and 1169 deletions
|
@ -8,16 +8,24 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/WordPress/five-for-the-future"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "grunt watch",
|
||||
"build": "grunt build",
|
||||
"dev": "grunt"
|
||||
},
|
||||
"browserslist": [
|
||||
"extends @wordpress/browserslist-config"
|
||||
],
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.3.6",
|
||||
"cssnano": "^3.7.4",
|
||||
"es6-promise": "~4.0.5",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"grunt-postcss": "^0.8.0",
|
||||
"grunt-sass": "~3.0.1",
|
||||
"grunt-sass-globbing": "^1.5.1",
|
||||
"node-sass": "^4.9.3",
|
||||
"pixrem": "^3.0.2"
|
||||
"@wordpress/browserslist-config": "2.6.0",
|
||||
"autoprefixer": "9.6.1",
|
||||
"cssnano": "4.1.10",
|
||||
"grunt": "1.0.4",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-postcss": "0.9.0",
|
||||
"grunt-sass": "3.1.0",
|
||||
"grunt-sass-globbing": "1.5.1",
|
||||
"node-sass": "4.12.0",
|
||||
"pixrem": "5.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue