init
Showing
+227 -14
... | ... | @@ -6,6 +6,11 @@ |
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"prosemirror": "^0.11.1", | ||
"prosemirror-commands": "^1.5.1", | ||
"prosemirror-schema-basic": "^1.2.1", | ||
"prosemirror-state": "^1.4.2", | ||
"prosemirror-view": "^1.31.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-scripts": "5.0.1", | ||
... | ... |
src/test.js
0 → 100644
Please register or sign in to comment