chore: update dependencies and clean up package.json

- Removed unused dependencies from browser-ext package.json.
- Added .history to .gitignore to exclude history files from version control.
- Updated pnpm-lock.yaml to reflect dependency changes and clean up unused entries.
This commit is contained in:
Ken Qian
2025-11-04 11:11:05 +08:00
committed by 0x5457@protonmail.com
parent a74e2fc5ee
commit ae8f9d5d05
4 changed files with 13 additions and 1149 deletions

3
.gitignore vendored
View File

@@ -29,6 +29,7 @@ yarn-error.log*
out/
build/
dist/
.history/
# plasmo - https://www.plasmo.com
.plasmo
@@ -37,4 +38,4 @@ dist/
keys.json
# TypeScript build info files
*.tsbuildinfo
*.tsbuildinfo

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
registry=https://registry.npmjs.org

View File

@@ -27,9 +27,6 @@
"host-access-config.json"
],
"dependencies": {
"@ant-design/x": "^1.4.0",
"@assistant-ui/react": "^0.10.25",
"@assistant-ui/react-markdown": "^0.10.9",
"@modelcontextprotocol/sdk": "^1.17.4",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-collapsible": "^1.1.12",

1155
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff