Files
sage/package.json
Ben Word 8b4031a029 🔥 remove linting (#2998)
Co-authored-by: Kelly Mears <developers@tinypixel.dev>
2022-03-07 16:20:31 -06: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.5.0",
"@roots/bud-tailwindcss": "5.5.0",
"@roots/sage": "5.5.0"
}
}