2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-04 09:01:05 +08:00
wp-discourse/blocks/comments/package.json
Angus McLeod cb91768161
Two Four Seven (#469)
* Add comment block

* Various bugfixes

* Bump versions

* Fix unit tests

* phpcs fixes

* Escape html output

* Update .jshintignore

* Update WP PHPCS usage && fix warning in log_viewer

* Update contact section of readme

We'll be closing issues on the github repo and directing all contact to https://meta.discourse.org/c/support/wordpress
2022-12-23 11:28:43 -08:00

23 lines
520 B
JSON

{
"name": "wp-discourse-comments",
"version": "1.0.0",
"description": "WP Discourse Comments",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start"
},
"author": "Discourse",
"license": "GPL",
"devDependencies": {
"@wordpress/scripts": "*"
},
"dependencies": {
"date-fns": "^2.29.3",
"html-react-parser": "^3.0.4",
"react-inlinesvg": "^3.0.1"
}
}