themes-wordpress/blockbase/package.json
Jason Crist 80e036574b
Blockbase 3 (#6167)
Refactor/blockbase color admin (#6043)
Moved templates from old folder location to new (#6073)
Blockbase: Implement the Button elements API (#6041)
Blockbase: Implement Comment Block and removed CSS (#6080)
Fix/migrate blockbase font self hosted (#6123)
Blockbase children: update comments block (#6153)
Blockbase: Changed the trigger to render social icons (#6079)
Blockbase: move button padding styles from ponyfill to theme.json (#5901)

Co-authored-by: Grant Kinney <hi@grant.mk>
Co-authored-by: Jeremy Yip <jeremy.yip@automattic.com>
Co-authored-by: MaggieCabrera <maggie.cabrera@automattic.com>
Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2022-07-20 14:54:48 -04:00

28 lines
934 B
JSON

{
"name": "blockbase",
"version": "3.0.0",
"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"
}