2023-04-20 20:57:40 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-09-14 19:25:06 +08:00
|
|
|
"postinstall": "./run-patch-package"
|
2023-04-20 20:57:40 +08:00
|
|
|
},
|
|
|
|
"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",
|
2023-10-02 18:36:06 +08:00
|
|
|
"float-kit",
|
2023-04-20 20:57:40 +08:00
|
|
|
"pretty-text",
|
|
|
|
"select-kit",
|
2023-10-02 18:36:06 +08:00
|
|
|
"theme-transpiler",
|
2023-04-20 20:57:40 +08:00
|
|
|
"truth-helpers",
|
|
|
|
"wizard"
|
|
|
|
],
|
|
|
|
"resolutions": {
|
2023-06-27 16:26:59 +08:00
|
|
|
"**/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"
|
|
|
|
}
|
|
|
|
}
|