Skip to content

Commit

Permalink
feat(MCQ): added option to reorder, delete or add options
Browse files Browse the repository at this point in the history
  • Loading branch information
neilscallywag committed Apr 19, 2024
1 parent 371d50e commit ddf25ef
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 78 deletions.
94 changes: 94 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"framer-motion": "^10.16.14",
"pdfjs-dist": "^3.11.174",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-card-flip": "^1.2.2",
"react-dom": "^18.2.0",
"react-flip-move": "^3.0.5",
Expand All @@ -40,6 +41,7 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/react": "^18.2.55",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Loading

0 comments on commit ddf25ef

Please sign in to comment.