five-for-the-future/themes/wporg-5ftf/package.json
Kelly Dwan c8211bf6a0
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
2019-10-01 16:51:52 -04:00

32 lines
768 B
JSON

{
"name": "wporg-5ftf",
"version": "1.0.0",
"description": "Theme for WordPress.org/five-for-the-future/",
"author": "wordpressdotorg",
"license": "GPL-2.0+",
"repository": {
"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": {
"@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"
}
}