diff --git a/.gitignore b/.gitignore index a81c8ee..b43fa6c 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,5 @@ dmypy.json # Cython debug symbols cython_debug/ + +frontend/package-lock.json diff --git a/frontend/package.json b/frontend/package.json index 5704851..0ee5e10 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "core-js": "^3.6.5", + "pretty-checkbox": "^3.0.3", "socket.io-client": "^3.0.3", "vue": "^2.6.11", "vue-socket.io": "^3.0.10" diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b304fba..487f688 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -134,6 +134,7 @@ export default {