2023-04-20 20:57:40 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "patch-package"
|
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"admin",
|
|
|
|
"bootstrap-json",
|
2023-07-19 02:07:20 +08:00
|
|
|
"deprecation-silencer",
|
2023-04-20 20:57:40 +08:00
|
|
|
"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",
|
2023-06-27 16:26:59 +08:00
|
|
|
"**/babel-plugin-ember-template-compilation": "2.0.0",
|
|
|
|
"**/unset-value": "2.0.1"
|
2023-04-20 20:57:40 +08:00
|
|
|
},
|
2023-05-03 16:25:13 +08:00
|
|
|
"devDependencies": {
|
2023-07-28 06:58:36 +08:00
|
|
|
"patch-package": "^8.0.0",
|
2023-04-20 20:57:40 +08:00
|
|
|
"postinstall-postinstall": "^2.1.0"
|
|
|
|
}
|
|
|
|
}
|