wp-discourse/blocks/comments/package.json
Angus McLeod 87a14f9327
Two Five Eight (#546)
* Update dependencies

* Add wpdc_publish_featured_link filter

* Bump version and add release notes
2025-05-30 17:14:27 -07:00

25 lines
607 B
JSON
Vendored

{
"name": "wp-discourse-comments",
"version": "1.0.0",
"description": "WP Discourse Comments",
"main": "build/index.js",
"scripts": {
"dev": "nodemon --watch src --exec 'wp-scripts start'",
"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": "^30.16.0",
"nodemon": "3.1.10"
},
"dependencies": {
"date-fns": "^4.1.0",
"html-react-parser": "^5.2.5",
"react-inlinesvg": "^4.2.0"
}
}