29 lines
683 B
JSON
29 lines
683 B
JSON
{
|
|
"name": "apiary-frontend",
|
|
"scripts": {
|
|
"start": "parcel src/index.html",
|
|
"build": "parcel build src/index.html"
|
|
},
|
|
"devDependencies": {
|
|
"@ngneat/falso": "^7.3.0",
|
|
"parcel": "^2.13.3",
|
|
"process": "^0.11.10",
|
|
"svgo": "^3.3.2",
|
|
"ts-loader": "^9.5.2",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/humanize-duration": "^3.27.4",
|
|
"@types/node": "^22.13.9",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"chart.js": "^4.4.8",
|
|
"humanize-duration": "^3.32.1",
|
|
"react": "^19.0.0",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router": "^7.2.0",
|
|
"swr": "^2.3.2"
|
|
}
|
|
}
|