2019-09-24 14:37:41 -07:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2019-10-01 16:51:52 -04:00
|
|
|
"scripts": {
|
|
|
|
"start": "grunt watch",
|
|
|
|
"build": "grunt build",
|
|
|
|
"dev": "grunt"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"extends @wordpress/browserslist-config"
|
|
|
|
],
|
2019-09-24 14:37:41 -07:00
|
|
|
"devDependencies": {
|
2020-12-10 12:39:27 -05:00
|
|
|
"@wordpress/browserslist-config": "2.7.0",
|
|
|
|
"autoprefixer": "10.1.0",
|
2019-10-01 16:51:52 -04:00
|
|
|
"cssnano": "4.1.10",
|
2020-12-10 12:39:27 -05:00
|
|
|
"grunt": "1.3.0",
|
2019-10-01 16:51:52 -04:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
|
|
|
"grunt-postcss": "0.9.0",
|
|
|
|
"grunt-sass": "3.1.0",
|
|
|
|
"grunt-sass-globbing": "1.5.1",
|
2020-12-10 12:39:27 -05:00
|
|
|
"node-sass": "5.0.0",
|
2019-10-01 16:51:52 -04:00
|
|
|
"pixrem": "5.0.0"
|
2019-09-24 14:37:41 -07:00
|
|
|
}
|
|
|
|
}
|