28 lines
1.3 KiB
JSON
28 lines
1.3 KiB
JSON
{
|
|
"name": "blockbase",
|
|
"version": "2.0.10",
|
|
"description": "Blank Parent Theme",
|
|
"bugs": {
|
|
"url": "https://github.com/Automattic/themes/issues/new?label=[Theme]%20Blockbase"
|
|
},
|
|
"homepage": "https://github.com/Automattic/themes/blob/trunk/blockbase/README.md",
|
|
"devDependencies": {
|
|
"@wordpress/base-styles": "^3.3.0",
|
|
"@wordpress/browserslist-config": "^2.2.2",
|
|
"chokidar-cli": "^2.1.0",
|
|
"node-sass": "^4.13.1",
|
|
"node-sass-package-importer": "^5.3.2",
|
|
"postcss": "^8.2.12",
|
|
"postcss-cli": "^8.3.1"
|
|
},
|
|
"browserslist": [
|
|
"extends @wordpress/browserslist-config"
|
|
],
|
|
"scripts": {
|
|
"start": "chokidar \"sass/**/*.scss\" -c \"npm run build\" --initial",
|
|
"build": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/ponyfill.scss assets/ponyfill.css --output-style expanded --indent-type tab --indent-width 1 --source-map true && postcss assets/ponyfill.css --use autoprefixer --output assets/ponyfill.css --map",
|
|
"build:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/ponyfill.scss --output-style expanded --indent-type tab --indent-width 1 | postcss --use autoprefixer --output assets/ponyfill.css --map"
|
|
},
|
|
"author": "Automattic",
|
|
"license": "GPLv2"
|
|
}
|