suna/frontend/package.json

142 lines
4.3 KiB
JSON
Raw Normal View History

2025-03-30 14:48:57 +08:00
{
2025-08-09 09:23:08 +08:00
"name": "Kortix",
2025-04-16 01:20:15 +08:00
"version": "0.1.0",
2025-03-30 14:48:57 +08:00
"private": true,
"scripts": {
2025-07-10 03:35:06 +08:00
"dev": "next dev --turbopack",
2025-03-30 14:48:57 +08:00
"build": "next build",
2025-04-16 01:20:15 +08:00
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
2025-03-30 14:48:57 +08:00
},
"dependencies": {
"@calcom/embed-react": "^1.5.2",
2025-07-26 13:01:03 +08:00
"@codemirror/view": "^6.38.1",
2025-07-29 04:44:31 +08:00
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
2025-04-13 20:57:29 +08:00
"@hookform/resolvers": "^5.0.1",
2025-04-21 11:29:20 +08:00
"@next/third-parties": "^15.3.1",
2025-04-16 01:20:15 +08:00
"@number-flow/react": "^0.5.7",
2025-05-29 15:19:08 +08:00
"@radix-ui/react-accordion": "^1.2.11",
2025-04-23 08:25:44 +08:00
"@radix-ui/react-alert-dialog": "^1.1.11",
2025-04-16 01:20:15 +08:00
"@radix-ui/react-avatar": "^1.1.4",
2025-04-16 15:16:38 +08:00
"@radix-ui/react-checkbox": "^1.1.5",
2025-04-16 01:20:15 +08:00
"@radix-ui/react-collapsible": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.14",
2025-04-20 08:27:32 +08:00
"@radix-ui/react-dropdown-menu": "^2.1.11",
2025-04-16 01:20:15 +08:00
"@radix-ui/react-icons": "^1.3.2",
2025-04-20 08:27:32 +08:00
"@radix-ui/react-label": "^2.1.4",
2025-04-16 01:20:15 +08:00
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-progress": "^1.1.6",
2025-04-20 08:27:32 +08:00
"@radix-ui/react-radio-group": "^1.3.3",
2025-04-16 08:47:20 +08:00
"@radix-ui/react-scroll-area": "^1.2.4",
2025-04-16 15:16:38 +08:00
"@radix-ui/react-select": "^2.1.7",
2025-04-16 01:20:15 +08:00
"@radix-ui/react-separator": "^1.1.3",
2025-04-20 12:29:55 +08:00
"@radix-ui/react-slider": "^1.3.2",
2025-04-16 01:20:15 +08:00
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.8",
"@radix-ui/react-tooltip": "^1.2.3",
2025-04-16 16:19:18 +08:00
"@react-pdf/renderer": "^4.3.0",
"@silevis/reactgrid": "^4.1.17",
2025-04-13 20:57:29 +08:00
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
2025-04-16 16:19:18 +08:00
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.75.2",
"@tanstack/react-query-devtools": "^5.75.2",
"@tanstack/react-table": "^8.21.3",
2025-07-03 11:42:09 +08:00
"@types/jszip": "^3.4.0",
"@types/papaparse": "^5.3.15",
2025-04-16 16:19:18 +08:00
"@uiw/codemirror-extensions-langs": "^4.23.10",
"@uiw/codemirror-theme-vscode": "^4.23.10",
"@uiw/codemirror-theme-xcode": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10",
2025-04-13 20:57:29 +08:00
"@usebasejump/shared": "^0.0.3",
2025-04-21 11:29:20 +08:00
"@vercel/analytics": "^1.5.0",
"@vercel/edge-config": "^1.4.0",
2025-04-21 11:29:20 +08:00
"@vercel/speed-insights": "^1.2.0",
2025-04-13 20:57:29 +08:00
"autoprefixer": "10.4.17",
"canvas": "^3.1.0",
2025-04-16 01:20:15 +08:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2025-04-16 15:16:38 +08:00
"cmdk": "^0.2.1",
2025-04-16 01:20:15 +08:00
"cobe": "^0.6.3",
"color-bits": "^1.1.0",
2025-08-20 14:02:24 +08:00
"colorthief": "^2.6.0",
2025-05-27 17:42:40 +08:00
"comment-json": "^4.2.5",
2025-04-13 20:57:29 +08:00
"date-fns": "^3.6.0",
"diff": "^7.0.0",
2025-07-21 18:33:00 +08:00
"extract-colors": "^4.2.0",
2025-04-23 08:43:50 +08:00
"flags": "^3.2.0",
2025-04-13 20:57:29 +08:00
"framer-motion": "^12.6.5",
"geist": "^1.2.1",
"gsap": "^3.13.0",
2025-05-27 17:42:40 +08:00
"hjson": "^3.2.2",
2025-04-20 12:29:55 +08:00
"html2pdf.js": "^0.10.3",
2025-05-27 17:42:40 +08:00
"jju": "^1.4.0",
"json5": "^2.2.3",
"jsonrepair": "^3.12.0",
"jszip": "^3.10.1",
"libphonenumber-js": "^1.12.10",
2025-04-16 01:20:15 +08:00
"lucide-react": "^0.479.0",
"marked": "^15.0.7",
"mermaid": "^11.10.0",
2025-04-16 01:20:15 +08:00
"motion": "^12.5.0",
"next": "^15.3.1",
2025-04-16 01:20:15 +08:00
"next-themes": "^0.4.6",
"papaparse": "^5.5.2",
2025-04-26 07:51:25 +08:00
"pdfjs-dist": "4.8.69",
2025-04-13 20:57:29 +08:00
"postcss": "8.4.33",
"posthog-js": "^1.258.6",
"posthog-node": "^5.6.0",
2025-04-16 01:20:15 +08:00
"react": "^18",
2025-04-16 15:16:38 +08:00
"react-day-picker": "^8.10.1",
AI: ./src/components/thread/tool-views/file-operation/FileEditToolView.tsx Attempted import error: 'generateLineDiff' is not exported from './_utils' (imported as 'generateLineDiff'). Import trace for requested module: ./src/components/thread/tool-views/file-operation/FileEditToolView.tsx ./src/components/thread/tool-views/wrapper/ToolViewRegistry.tsx ./src/components/thread/tool-views/wrapper/index.ts ./src/components/thread/tool-call-side-panel.tsx ./src/app/share/[threadId]/page.tsx ./src/components/thread/tool-views/file-operation/FileEditToolView.tsx Attempted import error: 'calculateDiffStats' is not exported from './_utils' (imported as 'calculateDiffStats'). Import trace for requested module: ./src/components/thread/tool-views/file-operation/FileEditToolView.tsx ./src/components/thread/tool-views/wrapper/ToolViewRegistry.tsx ./src/components/thread/tool-views/wrapper/index.ts ./src/components/thread/tool-call-side-panel.tsx ./src/app/share/[threadId]/page.tsx ⚠ Compiled with warnings in 40.0s ./src/components/thread/tool-views/file-operation/FileEditToolView.tsx Attempted import error: 'generateLineDiff' is not exported from './_utils' (imported as 'generateLineDiff'). Import trace for requested module: ./src/components/thread/tool-views/file-operation/FileEditToolView.tsx ./src/components/thread/tool-views/wrapper/ToolViewRegistry.tsx ./src/components/thread/tool-views/wrapper/index.ts ./src/components/thread/tool-call-side-panel.tsx ./src/app/share/[threadId]/page.tsx ./src/components/thread/tool-views/file-operation/FileEditToolView.tsx Attempted import error: 'calculateDiffStats' is not exported from './_utils' (imported as 'calculateDiffStats'). Import trace for requested module: ./src/components/thread/tool-views/file-operation/FileEditToolView.tsx ./src/components/thread/tool-views/wrapper/ToolViewRegistry.tsx ./src/components/thread/tool-views/wrapper/index.ts ./src/components/thread/tool-call-side-panel.tsx ./src/app/share/[threadId]/page.tsx
2025-07-29 03:10:59 +08:00
"react-diff-viewer-continued": "^3.4.0",
2025-04-16 01:20:15 +08:00
"react-dom": "^18",
2025-03-30 14:48:57 +08:00
"react-hook-form": "^7.55.0",
2025-06-30 18:57:34 +08:00
"react-icons": "^5.5.0",
2025-08-23 14:14:11 +08:00
"react-joyride": "^3.0.0-7",
2025-04-16 01:20:15 +08:00
"react-markdown": "^10.1.0",
"react-papaparse": "^4.4.0",
"react-pdf": "^9.2.1",
"react-phone-number-input": "^3.4.12",
"react-scan": "^0.0.44",
2025-04-16 16:19:18 +08:00
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
2025-04-16 01:20:15 +08:00
"remark-gfm": "^4.0.1",
"server-only": "^0.0.1",
2025-04-13 20:57:29 +08:00
"sonner": "^2.0.3",
2025-04-16 01:20:15 +08:00
"tailwind-merge": "^3.0.2",
"tailwind-scrollbar": "^4.0.2",
"tailwind-scrollbar-hide": "^2.0.0",
2025-04-16 01:20:15 +08:00
"tailwindcss": "^4",
2025-03-30 14:48:57 +08:00
"tailwindcss-animate": "^1.0.7",
2025-04-16 01:20:15 +08:00
"typescript": "^5",
"vaul": "^1.1.2",
2025-04-16 08:04:04 +08:00
"zod": "^3.24.2",
"zustand": "^5.0.3"
2025-03-30 14:48:57 +08:00
},
"devDependencies": {
2025-04-16 01:20:15 +08:00
"@eslint/eslintrc": "^3",
2025-04-20 12:29:55 +08:00
"@tailwindcss/postcss": "^4.1.4",
2025-08-20 14:02:24 +08:00
"@types/colorthief": "^2.6.0",
2025-04-13 20:57:29 +08:00
"@types/diff": "^7.0.2",
2025-05-27 17:42:40 +08:00
"@types/jju": "^1.4.5",
2025-04-18 06:17:48 +08:00
"@types/lodash": "^4.17.16",
2025-04-16 01:20:15 +08:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"encoding": "^0.1.13",
"eslint": "^9",
"eslint-config-next": "15.2.2",
"prettier": "^3.5.3",
2025-04-16 16:19:18 +08:00
"shiki": "^3.2.2",
2025-04-16 01:20:15 +08:00
"tailwindcss": "^4",
"tw-animate-css": "^1.2.4",
"typescript": "^5"
2025-03-30 14:48:57 +08:00
}
}