46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"name": "maywood",
|
|
"version": "1.5.27",
|
|
"description": "Maywood",
|
|
"bugs": {
|
|
"url": "https://github.com/Automattic/themes/issues"
|
|
},
|
|
"homepage": "https://github.com/Automattic/themes/varia#readme",
|
|
"devDependencies": {
|
|
"@wordpress/browserslist-config": "^5.16.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"chokidar-cli": "^3.0.0",
|
|
"node-sass": "^7.0.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-cli": "^10.1.0",
|
|
"postcss-focus-within": "^7.0.2",
|
|
"rtlcss": "^4.1.0"
|
|
},
|
|
"rtlcssConfig": {
|
|
"options": {
|
|
"autoRename": false,
|
|
"autoRenameStrict": false,
|
|
"blacklist": {},
|
|
"clean": true,
|
|
"greedy": false,
|
|
"processUrls": false,
|
|
"stringMap": []
|
|
},
|
|
"plugins": [],
|
|
"map": false
|
|
},
|
|
"browserslist": [
|
|
"extends @wordpress/browserslist-config"
|
|
],
|
|
"scripts": {
|
|
"start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
|
|
"build:style": "node-sass sass/style-child-theme.scss style.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style.css",
|
|
"build:style-editor": "node-sass sass/style-child-theme-editor.scss style-editor.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style-editor.css",
|
|
"build:woocommerce": "node-sass sass/style-child-theme-woocommerce.scss style-woocommerce.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style-woocommerce.css",
|
|
"build:rtl": "rtlcss style.css style-rtl.css",
|
|
"build:woocommerce-rtl": "rtlcss style-woocommerce.css style-woocommerce-rtl.css",
|
|
"build:print": "node-sass sass/print.scss print.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r print.css",
|
|
"build": "run-s \"build:*\"",
|
|
"watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial"
|
|
}
|
|
}
|