databuild/databuild/dashboard/package.json
2025-07-10 21:39:43 -07:00

16 lines
329 B
JSON

{
"private": true,
"devDependencies": {
"typescript": "5.7.3",
"@types/node": "^22.12.0",
"mithril": "^2.2.7",
"@types/mithril": "^2.2.7",
"ospec": "^4.2.0",
"@types/ospec": "^4.2.0",
"whatwg-fetch": "^3.6.20",
"daisyui": "^5.0.0-beta.6"
},
"pnpm": {
"onlyBuiltDependencies": []
}
}