mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-16 16:43:42 +03:00
32 lines
775 B
JSON
32 lines
775 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.7.0",
|
|
"autoprefixer": "10.1.0",
|
|
"cssnano": "4.1.10",
|
|
"grunt": "1.3.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"@lodder/grunt-postcss": "3.1.1",
|
|
"grunt-sass": "3.1.0",
|
|
"grunt-sass-globbing": "1.5.1",
|
|
"sass": "1.49.9",
|
|
"postcss": "^8.4.13"
|
|
}
|
|
}
|