You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
656 B
JSON
31 lines
656 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mui/icons-material": "^6.1.1",
|
|
"@mui/material": "^6.1.1",
|
|
"@mui/system": "^6.1.1",
|
|
"@mui/x-date-pickers": "^7.18.0",
|
|
"@preact/signals": "^1.2.2",
|
|
"@trpc/client": "^10.45.0",
|
|
"chart.js": "^4.4.1",
|
|
"date-fns": "^3.6.0",
|
|
"dotenv": "^16.4.1",
|
|
"preact": "^10.13.1",
|
|
"preact-iso": "^2.3.2",
|
|
"preact-render-to-string": "^6.3.1",
|
|
"react": "18.3.1",
|
|
"react-chartjs-2": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^4.3.2"
|
|
}
|
|
}
|