-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 886 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 886 Bytes
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
{
"name": "history-of-lab-records",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@radix-ui/react-popover": "^1.1.2",
"@tailwindcss/forms": "^0.5.7",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"chartjs-adapter-moment": "^1.0.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"moment": "^2.30.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.1",
"react-day-picker": "^9.4.1",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.2",
"react-transition-group": "^4.4.5",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.32",
"tailwindcss": "^4.0.0",
"vite": "^6.0.3"
}
}