mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:01:11 +08:00
33 lines
636 B
JSON
33 lines
636 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "./run-patch-package"
|
|
},
|
|
"workspaces": [
|
|
"admin",
|
|
"bootstrap-json",
|
|
"deprecation-silencer",
|
|
"dialog-holder",
|
|
"discourse",
|
|
"discourse-common",
|
|
"discourse-hbr",
|
|
"discourse-plugins",
|
|
"discourse-widget-hbs",
|
|
"ember-cli-progress-ci",
|
|
"ember-production-deprecations",
|
|
"float-kit",
|
|
"pretty-text",
|
|
"select-kit",
|
|
"theme-transpiler",
|
|
"truth-helpers",
|
|
"wizard"
|
|
],
|
|
"resolutions": {
|
|
"**/unset-value": "2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^8.0.0",
|
|
"postinstall-postinstall": "^2.1.0"
|
|
}
|
|
}
|