diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/package.json b/package.json index 4747b7f..9bbc027 100644 --- a/package.json +++ b/package.json @@ -9,19 +9,31 @@ "lint": "next lint" }, "dependencies": { + "@canvasjs/react-charts": "^1.0.0", + "@radix-ui/react-icons": "^1.3.0", + "axios": "^1.6.2", + "chart.js": "^4.4.0", + "class-variance-authority": "^0.7.0", + "clsx": "^2.0.0", + "lucide-react": "^0.292.0", + "next": "14.0.3", "react": "^18", + "react-bootstrap": "^2.9.1", + "react-chartjs-2": "^5.2.0", "react-dom": "^18", - "next": "14.0.3" + "tailwind-merge": "^2.0.0", + "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "typescript": "^5", + "@faker-js/faker": "^8.3.1", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", + "eslint": "^8", + "eslint-config-next": "14.0.3", "postcss": "^8", "tailwindcss": "^3.3.0", - "eslint": "^8", - "eslint-config-next": "14.0.3" + "typescript": "^5" } } |
