perf: memo GridCard, fuse save fns, fix slash tab active color
Some checks failed
CI / Lint, Unit Tests & Build (push) Failing after 1m32s
CI / Deploy production (on server) (push) Has been skipped

This commit is contained in:
Antigravity
2026-06-14 14:06:05 +00:00
parent a8785ed4f1
commit a623454347
120 changed files with 12301 additions and 785 deletions

View File

@@ -26,7 +26,8 @@
"test:migration": "vitest run tests/migration",
"test:migration:watch": "vitest watch tests/migration",
"locales:agent-slide-themes": "node scripts/localize-agent-slide-themes-and-translate.mjs",
"lint": "eslint --max-warnings 9999"
"lint": "eslint --max-warnings 9999",
"extension:build": "node extension/scripts/build-chrome-store.mjs"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.76",
@@ -115,6 +116,7 @@
"next": "^16.1.6",
"next-auth": "^5.0.0-beta.30",
"nodemailer": "^8.0.4",
"p-queue": "^9.3.0",
"pdf-parse": "^2.4.5",
"postcss": "^8.5.6",
"pptxgenjs": "^4.0.1",
@@ -165,6 +167,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/coverage-v8": "^4.0.18",
"adm-zip": "^0.5.17",
"concurrently": "^9.2.1",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.6",