some clean up and added a all log option

This commit is contained in:
Anirban Kar
2024-12-13 20:48:33 +05:30
parent d13da30bda
commit 77b47c1ce6
4 changed files with 1343 additions and 1302 deletions

View File

@@ -86,6 +86,8 @@
"jszip": "^3.10.1",
"nanostores": "^0.10.3",
"ollama-ai-provider": "^0.15.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.6.1",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.7",
@@ -106,16 +108,14 @@
"@types/dom-speech-recognition": "^0.0.4",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"fast-glob": "^3.3.2",
"husky": "9.1.7",
"is-ci": "^3.0.1",
"node-fetch": "^3.3.2",
"pnpm": "^9.14.4",
"prettier": "^3.0.0-alpha.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"prettier": "^3.4.1",
"sass-embedded": "^1.81.0",
"typescript": "^5.7.2",
"unified": "^11.0.5",
@@ -132,4 +132,4 @@
"@typescript-eslint/utils": "^8.0.0-alpha.30"
},
"packageManager": "pnpm@9.4.0"
}
}