mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:49:55 +08:00
c320c286f9
Co-authored-by: David Taylor <david@taylorhq.com>
31 lines
643 B
JSON
31 lines
643 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "patch-package"
|
|
},
|
|
"workspaces": [
|
|
"admin",
|
|
"bootstrap-json",
|
|
"dialog-holder",
|
|
"discourse",
|
|
"discourse-common",
|
|
"discourse-hbr",
|
|
"discourse-plugins",
|
|
"discourse-widget-hbs",
|
|
"ember-cli-progress-ci",
|
|
"ember-production-deprecations",
|
|
"pretty-text",
|
|
"select-kit",
|
|
"truth-helpers",
|
|
"wizard"
|
|
],
|
|
"resolutions": {
|
|
"**/babel-plugin-debug-macros": "npm:@discourse/babel-plugin-debug-macros@0.4.0-pre1"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^6.5.1",
|
|
"postinstall-postinstall": "^2.1.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|