22 lines
585 B
JSON
22 lines
585 B
JSON
{
|
|
"name": "@openedx-plugins/course-app-xpert_unit_summary",
|
|
"version": "0.1.0",
|
|
"description": "Xpert Unit Summaries configuration for courses using it",
|
|
"peerDependencies": {
|
|
"@edx/frontend-app-authoring": "*",
|
|
"@edx/frontend-platform": "*",
|
|
"@openedx/paragon": "*",
|
|
"formik": "*",
|
|
"prop-types": "*",
|
|
"yup": "*",
|
|
"react": "*",
|
|
"react-redux": "*",
|
|
"react-router-dom": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@edx/frontend-app-authoring": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|