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 22ee91dfb5
Two Five Seven (#541)
* Don't try to add url to <head> if it's not present

* Update js config and formatting for comment block and sidebar

* PHP Linting

* FIX: Don't auto-publish updates to existing posts.

See: https://meta.discourse.org/t/disable-posting-wordpress-articles-to-discourse-when-theyre-updated/204488

* Bump version and release notes.

* Fix remote-post.php linting

* Update tests.yml to install svn

* Re-generate comments js build
2025-04-15 16:53:23 -07:00

25 lines
607 B
JSON

{
"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.12.0",
"nodemon": "3.1.9"
},
"dependencies": {
"date-fns": "^2.29.3",
"html-react-parser": "^3.0.4",
"react-inlinesvg": "^3.0.1"
}
}