2021-02-04 03:22:20 +08:00
{
"private" : true ,
2023-04-11 17:12:30 +08:00
"scripts" : {
"postinstall" : "patch-package"
} ,
2021-02-04 03:22:20 +08:00
"workspaces" : [
"admin" ,
2022-11-16 18:58:10 +08:00
"bootstrap-json" ,
2022-11-16 23:43:45 +08:00
"dialog-holder" ,
2022-11-16 18:58:10 +08:00
"discourse" ,
2021-02-04 03:22:20 +08:00
"discourse-common" ,
"discourse-hbr" ,
2022-11-16 18:58:10 +08:00
"discourse-plugins" ,
2021-02-04 03:22:20 +08:00
"discourse-widget-hbs" ,
2022-08-18 05:39:52 +08:00
"ember-cli-progress-ci" ,
2023-03-10 18:37:28 +08:00
"ember-production-deprecations" ,
2021-02-04 03:22:20 +08:00
"pretty-text" ,
2021-05-12 23:52:36 +08:00
"select-kit" ,
2022-06-17 20:50:21 +08:00
"truth-helpers" ,
"wizard"
2023-03-10 18:37:28 +08:00
] ,
2023-03-28 01:15:04 +08:00
"resolutions" : {
2023-03-10 18:37:28 +08:00
"**/babel-plugin-debug-macros" : "npm:@discourse/babel-plugin-debug-macros@0.4.0-pre1"
2023-03-28 01:15:04 +08:00
} ,
2023-04-12 20:15:53 +08:00
"dependencies" : {
2023-04-11 17:12:30 +08:00
"patch-package" : "^6.5.1" ,
"postinstall-postinstall" : "^2.1.0"
2023-04-19 02:42:25 +08:00
} ,
"devDependencies" : { } ,
"notes" : {
"deps vs devDeps" : "this project doesn't use dev dependencies when building the app, so all dependencies affecting the build of the UI (ember-cli, webpack, etc), need to be in 'dependencies', not 'devDependencies' (yarn install --production is used)"
2023-04-12 20:15:53 +08:00
}
2021-02-04 03:22:20 +08:00
}