perf: memo GridCard, fuse save fns, fix slash tab active color
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user