This commit is contained in:
Tomas Dvorak
2026-03-02 20:20:56 +01:00
parent dfc079288f
commit 84a8acf944
86 changed files with 3938 additions and 1289 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"dev": "bun start",
"dev:fast": "bun --hot start",
"build:bun": "bun run build"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",