Merge branch 'main' into renovate/docker-setup-buildx-action-3.x
Build image / build (pull_request) Has been cancelled Details

This commit is contained in:
bizcochito 2024-12-01 17:13:15 +00:00
commit 2e28d85bce
2 changed files with 89 additions and 701 deletions

775
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,7 @@
"type": "module",
"scripts": {
"dev": "docker compose down -v && docker compose watch",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
"build": "tsc && vite build"
},
"dependencies": {
"react": "^18.2.0",
@ -15,17 +14,11 @@
"vite": "^6.0.0"
},
"devDependencies": {
"@happy-dom/global-registrator": "^13.6.2",
"@happy-dom/global-registrator": "^15.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"bun-types": "^1.0.29",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5"
"@vitejs/plugin-react-swc": "^3.5.0"
}
}