๐Ÿ“ฆ noxify / recharts-repro

๐Ÿ“„ package.json ยท 36 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36{
  "name": "recharts-repro",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "nextinfo": "next info"
  },
  "dependencies": {
    "@radix-ui/react-select": "2.2.5",
    "class-variance-authority": "0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": "0.522.0",
    "next": "15.3.4",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "recharts": "3.0.0",
    "tailwind-merge": "3.3.1"
  },
  "devDependencies": {
    "@eslint/eslintrc": "3.3.1",
    "@tailwindcss/postcss": "4.1.10",
    "@types/node": "22.15.32",
    "@types/react": "19.1.8",
    "@types/react-dom": "19.1.6",
    "eslint": "9.29.0",
    "eslint-config-next": "15.3.4",
    "tailwindcss": "4.1.10",
    "tw-animate-css": "1.3.4",
    "typescript": "5.8.3"
  }
}