This commit is contained in:
erwanlr
2020-04-04 12:23:40 +02:00
parent f67192ebce
commit a7acbd0738
15 changed files with 3516 additions and 2 deletions

View File

@@ -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"
}
}