21 lines
545 B
JSON
21 lines
545 B
JSON
{
|
|
"name": "@openedx-plugins/course-app-proctoring",
|
|
"version": "0.1.0",
|
|
"description": "Proctoring configuration for courses using it",
|
|
"peerDependencies": {
|
|
"@edx/frontend-app-authoring": "*",
|
|
"@edx/frontend-platform": "*",
|
|
"@openedx/paragon": "*",
|
|
"classnames": "*",
|
|
"email-validator": "*",
|
|
"react": "*",
|
|
"prop-types": "*",
|
|
"moment": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@edx/frontend-app-authoring": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|