16 lines
327 B
JSON
16 lines
327 B
JSON
|
{
|
||
|
"devDependencies": {
|
||
|
"@parcel/validator-typescript": "^2.8.3",
|
||
|
"parcel": "^2.8.3",
|
||
|
"process": "^0.11.10",
|
||
|
"typescript": ">=3.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"chart.js": "^4.2.0",
|
||
|
"chartjs-adapter-date-fns": "^3.0.0",
|
||
|
"date-fns": "^2.29.3",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0"
|
||
|
}
|
||
|
}
|