themes-wordpress/redhill/package.json

49 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "redhill",
2022-08-09 06:27:59 +00:00
"version": "1.5.19",
"description": "redhill",
"bugs": {
"url": "https://github.com/Automattic/themes/issues"
},
2019-07-19 04:18:22 +00:00
"homepage": "https://github.com/Automattic/themes/redhill#readme",
"devDependencies": {
"@wordpress/browserslist-config": "^4.1.0",
"autoprefixer": "^10.4.2",
"chokidar-cli": "^3.0.0",
"node-sass": "^7.0.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^9.1.0",
"postcss-focus-within": "^5.0.3",
"rtlcss": "^3.5.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",
2020-09-17 13:14:00 +00:00
"build": "run-s \"build:*\"",
"watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial"
},
"dependencies": {
"core-util-is": "^1.0.3"
}
}