Podpora easter eggů

This commit is contained in:
2024-12-11 20:09:45 +01:00
parent 98f2b2a1e0
commit 7e4fa236b1
13 changed files with 483 additions and 4 deletions

View File

@@ -23,13 +23,14 @@
"react-select-search": "^4.1.6",
"react-snowfall": "^2.2.0",
"react-toastify": "^10.0.4",
"sass": "^1.80.6",
"socket.io-client": "^4.6.1",
"typescript": "^5.3.3"
},
"scripts": {
"copy-types": "cp -r ../types ./src",
"start": "yarn copy-types && react-scripts start",
"build": "yarn copy-types && react-scripts build",
"build": "yarn copy-types && GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},