themes-wordpress/russell/package.json
github-actions[bot] e89883e729
Version bump & changelog update (#7885)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-21 12:59:29 +01:00

25 lines
734 B
JSON

{
"name": "russell",
"version": "1.0.30",
"description": "",
"main": "style.css",
"devDependencies": {
"@wordpress/base-styles": "^4.0.4",
"@wordpress/browserslist-config": "^5.16.0",
"autoprefixer": "^10.4.2",
"chokidar-cli": "^3.0.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"sass": "^1.47.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"scripts": {
"start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
"build": "npm run build:scss",
"build:scss": "sass sass/theme.scss assets/theme.css --style=expanded && postcss assets/theme.css --use autoprefixer --output assets/theme.css --map"
},
"author": "",
"license": "GPLv2"
}