Adds DFs
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "html-block-with-highlighting",
|
||||
"repository": {
|
||||
"url": "https://gitlab.com/css-daily/html-block-with-highlighting"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"description": "HTML Block with syntax highlighting.",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build && node ./copy-deps && node ./pack"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
"name": "CSS Daily",
|
||||
"url": "https://www.css-daily.com/"
|
||||
},
|
||||
"license": "GPL-2.0-or-later",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^7.1.3",
|
||||
"archiver": "^3.1.1",
|
||||
"fs-extra": "^9.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/blocks": "^6.12.1",
|
||||
"@wordpress/element": "^2.11.0",
|
||||
"codemirror": "^5.52.2",
|
||||
"react-codemirror2": "^7.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user