Nixify and start frontend update

This commit is contained in:
2025-03-07 01:23:15 +01:00
parent 4a3c022958
commit 5682777bfe
38 changed files with 5299 additions and 10976 deletions

25
frontend/package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"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",
"ts-loader": "^9.5.2",
"typescript": "^5.8.2"
},
"dependencies": {
"@types/node": "^22.13.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"chart.js": "^4.4.8",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-router": "^7.2.0",
"swr": "^2.3.2"
}
}