diff --git a/package.json b/package.json index efae27f8..021b0ad1 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,14 @@ "bugs": { "url": "https://github.com/frappe/lms/issues" }, - "homepage": "https://github.com/frappe/lms#readme" + "homepage": "https://github.com/frappe/lms#readme", + "dependencies": { + "@4tw/cypress-drag-drop": "^2", + "@cypress/code-coverage": "^3", + "@editorjs/header": "^2.7.0", + "@editorjs/list": "^1.8.0", + "@testing-library/cypress": "^8", + "@testing-library/dom": "8.17.1", + "cypress-real-events": "^1.7.6" + } }