Files
bedrock/package.json
Ben Word 93ea049113 ⬆️ bud v5.6.2 (#3012)
Co-authored-by: Kelly Mears <developers@tinypixel.dev>
2022-03-17 11:42:27 -05:00

23 lines
593 B
JSON

{
"name": "sage",
"private": true,
"browserslist": [
"extends @wordpress/browserslist-config"
],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "bud dev",
"build": "bud build",
"translate": "npm run translate:pot && npm run translate:js",
"translate:pot": "wp i18n make-pot . ./resources/lang/sage.pot --ignore-domain --include=\"app,resources\"",
"translate:js": "wp i18n make-json ./resources/lang --pretty-print"
},
"devDependencies": {
"@roots/bud": "5.6.2",
"@roots/bud-tailwindcss": "5.6.2",
"@roots/sage": "5.6.2"
}
}