This commit is contained in:
2024-11-11 12:26:03 +01:00
parent f5009d2eb4
commit d52ec3b949
23 changed files with 897 additions and 53 deletions

View File

@@ -10,7 +10,7 @@
"preview": "vite preview",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "browserslist && cypress run"
"test": "browserslist && cypress run --component && cypress run"
},
"browserslist": {
"production": [
@@ -33,6 +33,7 @@
"iconoir-react": "^7.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.27.0"
},
"devDependencies": {