themes-wordpress/quadrat/package.json
Jason Crist dccace47ad
Remove/child theme (#4861)
* Updated build process to merge ALL attributes (as Gutenberg does) and re-defined the now missing custom templates items in the themes that would now lack them

* removed the build step tooling from blockbase

* converted build tool to a 'replacement tool'

* Removed build scripting from children package files

* Removed build scripting from children package files

* Run the script to remove child-theme.json files

* Update the version number and changelog for Blockbase

* Remove the rebuild script, we don't need it anymore

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-11-04 21:16:17 +00:00

23 lines
755 B
JSON

{
"name": "quadrat",
"version": "1.1.23",
"description": "",
"main": "index.php",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"autoprefixer": "^10.2.5",
"chokidar-cli": "^2.1.0",
"node-sass": "^5.0.0",
"node-sass-package-importer": "^5.3.2",
"postcss": "^8.2.12",
"postcss-cli": "^8.3.1"
},
"scripts": {
"start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
"build": "npm run build:scss",
"build:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/theme.scss --output-style expanded --indent-type tab --indent-width 1 | postcss --use autoprefixer --output assets/theme.css --map"
},
"author": "",
"license": "GPLv2"
}