This commit is contained in:
2025-12-17 23:22:30 +01:00
parent 236655ba9e
commit 1eaa338e86
4 changed files with 6 additions and 24 deletions

View File

@@ -11,12 +11,12 @@
"clean": "rm -rf .next"
},
"dependencies": {
"@faker-js/faker": "^9.2.0",
"@core/identity": "file:../../core/identity",
"@core/notifications": "file:../../core/notifications",
"@core/racing": "file:../../core/racing",
"@core/social": "file:../../core/social",
"@core/testing-support": "file:../../core/testing-support",
"@faker-js/faker": "^9.2.0",
"@vercel/kv": "^3.0.0",
"electron": "39.2.7",
"framer-motion": "^12.23.25",
@@ -34,6 +34,7 @@
"autoprefixer": "^10.4.22",
"eslint": "^8.57.0",
"eslint-config-next": "15.5.7",
"eslint-plugin-import": "^2.32.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5.6.0"