Skip to content

Commit

Permalink
Revert "feat(plugin/config): improve config"
Browse files Browse the repository at this point in the history
This reverts commit bb3cca6.
  • Loading branch information
benjaminshafii committed Nov 8, 2024
1 parent 2281e05 commit 4b47fd6
Show file tree
Hide file tree
Showing 19 changed files with 480 additions and 2,191 deletions.
21 changes: 0 additions & 21 deletions components.json

This file was deleted.

278 changes: 0 additions & 278 deletions components/config-panel.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions lib/utils.ts

This file was deleted.

13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.20",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
Expand All @@ -27,18 +26,12 @@
"postcss": "^8.4.31",
"tailwindcss": "^3.4.14",
"tslib": "2.4.0",
"typescript": "^5.2.2",
"vite": "^4.3.9"
"typescript": "^5.2.2"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.40",
"@ai-sdk/react": "^0.0.70",
"@emotion/styled": "^11.13.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@tiptap/core": "^2.5.7",
"@tiptap/extension-mention": "^2.5.8",
"@tiptap/pm": "^2.5.7",
Expand All @@ -47,8 +40,6 @@
"ai": "^3.4.32",
"axios": "^1.6.2",
"chokidar": "^3.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"form-data": "^4.0.0",
"framer-motion": "^11.5.4",
"fuse.js": "^7.0.0",
Expand All @@ -63,8 +54,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tiktoken": "^1.0.15",
"tiptap-markdown": "^0.8.10",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 4b47fd6

Please sign in to comment.