23 lines
593 B
JSON
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.7.3",
|
|
"@roots/bud-tailwindcss": "5.7.3",
|
|
"@roots/sage": "5.7.3"
|
|
}
|
|
}
|