|
@@ -3,37 +3,26 @@
|
|
|
"version": "2.0.9",
|
|
|
"description": "Blank Parent Theme",
|
|
|
"bugs": {
|
|
|
- "url": "https://github.com/Automattic/themes/issues"
|
|
|
+ "url": "https://github.com/Automattic/themes/issues/new?label=[Theme]%20Blockbase"
|
|
|
},
|
|
|
- "homepage": "https://github.com/Automattic/themes#readme",
|
|
|
+ "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",
|
|
|
- "deepmerge": "^4.2.2",
|
|
|
"node-sass": "^4.13.1",
|
|
|
"node-sass-package-importer": "^5.3.2",
|
|
|
- "npm-run-all": "^4.1.5",
|
|
|
- "rtlcss": "^2.4.0"
|
|
|
- },
|
|
|
- "rtlcssConfig": {
|
|
|
- "options": {
|
|
|
- "autoRename": false,
|
|
|
- "autoRenameStrict": false,
|
|
|
- "blacklist": {},
|
|
|
- "clean": true,
|
|
|
- "greedy": false,
|
|
|
- "processUrls": false,
|
|
|
- "stringMap": []
|
|
|
- },
|
|
|
- "plugins": [],
|
|
|
- "map": false
|
|
|
+ "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"
|
|
|
- }
|
|
|
+ "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"
|
|
|
}
|