{ "name": "blockbase", "version": "2.0.30", "description": "Blank Parent Theme", "bugs": { "url": "https://github.com/Automattic/themes/issues/new?label=[Theme]%20Blockbase" }, "homepage": "https://github.com/Automattic/themes/blob/trunk/blockbase", "devDependencies": { "@wordpress/base-styles": "^4.0.4", "@wordpress/browserslist-config": "^4.1.0", "autoprefixer": "^10.4.2", "chokidar-cli": "^3.0.0", "postcss": "^8.2.12", "postcss-cli": "^9.1.0", "sass": "^1.47.0" }, "browserslist": [ "extends @wordpress/browserslist-config" ], "scripts": { "start": "chokidar \"sass/**/*.scss\" -c \"npm run build\" --initial", "build": "npm run build:scss", "build:scss": "sass sass/ponyfill.scss assets/ponyfill.css --style=expanded && postcss assets/ponyfill.css --use autoprefixer --output assets/ponyfill.css --map" }, "author": "Automattic", "license": "GPLv2" }