|
6 | 6 | "dev": "next dev --turbopack", |
7 | 7 | "build": "next build", |
8 | 8 | "start": "next start", |
9 | | - "lint": "next lint" |
| 9 | + "lint": "next lint", |
| 10 | + "clean": "rm -rf node_modules && rm -rf .next" |
10 | 11 | }, |
11 | 12 | "dependencies": { |
12 | | - "@nivo/core": "^0.88.0", |
13 | | - "@nivo/treemap": "^0.88.0", |
| 13 | + "@ai-sdk/anthropic": "^1.0.6", |
| 14 | + "@ai-sdk/openai": "^1.0.11", |
14 | 15 | "@radix-ui/react-checkbox": "^1.1.3", |
15 | 16 | "@radix-ui/react-collapsible": "^1.1.2", |
16 | 17 | "@radix-ui/react-dialog": "^1.1.4", |
|
21 | 22 | "@radix-ui/react-separator": "^1.1.1", |
22 | 23 | "@radix-ui/react-slot": "^1.1.1", |
23 | 24 | "@radix-ui/react-tooltip": "^1.1.6", |
24 | | - "@shadcn/ui": "^0.0.4", |
| 25 | + "ai": "^4.0.22", |
25 | 26 | "class-variance-authority": "^0.7.1", |
26 | 27 | "clsx": "^2.1.1", |
27 | | - "cmdk": "1.0.0", |
| 28 | + "cmdk": "^1.0.4", |
28 | 29 | "date-fns": "^4.1.0", |
29 | 30 | "init": "^0.1.2", |
30 | | - "lucide-react": "^0.468.0", |
31 | | - "next": "15.1.1", |
| 31 | + "lucide-react": "^0.469.0", |
| 32 | + "next": "^15.1.3", |
32 | 33 | "nuqs": "^2.2.3", |
33 | 34 | "react": "^19.0.0", |
34 | 35 | "react-day-picker": "^8.10.1", |
35 | 36 | "react-dom": "^19.0.0", |
36 | 37 | "react-markdown": "^9.0.1", |
37 | 38 | "recharts": "^2.15.0", |
38 | | - "shadcn-ui": "^0.9.4", |
39 | 39 | "tailwind-merge": "^2.6.0", |
40 | | - "tailwindcss-animate": "^1.0.7" |
| 40 | + "tailwindcss-animate": "^1.0.7", |
| 41 | + "zod": "^3.24.1" |
41 | 42 | }, |
42 | 43 | "devDependencies": { |
43 | | - "@eslint/eslintrc": "^3", |
| 44 | + "@eslint/eslintrc": "^3.2.0", |
44 | 45 | "@tailwindcss/typography": "^0.5.15", |
45 | | - "@types/node": "^20", |
46 | | - "@types/react": "^19", |
47 | | - "@types/react-dom": "^19", |
48 | | - "eslint": "^9", |
49 | | - "eslint-config-next": "15.1.1", |
50 | | - "postcss": "^8", |
51 | | - "tailwindcss": "^3.4.1", |
52 | | - "typescript": "^5" |
| 46 | + "@types/node": "^22.10.3", |
| 47 | + "@types/react": "^19.0.2", |
| 48 | + "@types/react-dom": "^19.0.2", |
| 49 | + "eslint": "^9.17.0", |
| 50 | + "eslint-config-next": "^15.1.3", |
| 51 | + "postcss": "^8.4.49", |
| 52 | + "tailwindcss": "^3.4.17", |
| 53 | + "typescript": "^5.7.2" |
53 | 54 | } |
54 | 55 | } |
0 commit comments