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.
24 lines
461 B
JSON
24 lines
461 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@preact/signals": "^1.2.2",
|
|
"@trpc/client": "^10.45.0",
|
|
"chart.js": "^4.4.1",
|
|
"preact": "^10.13.1",
|
|
"preact-iso": "^2.3.2",
|
|
"preact-render-to-string": "^6.3.1",
|
|
"react-chartjs-2": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^4.3.2"
|
|
}
|
|
}
|