likwid/frontend/package.json

20 lines
409 B
JSON
Raw Normal View History

{
"name": "frontend",
"type": "module",
"version": "0.0.1",
2026-01-28 23:23:55 +00:00
"license": "EUPL-1.2",
"scripts": {
"dev": "astro dev",
"build": "astro build",
2026-02-06 18:31:06 +00:00
"check": "astro check --minimumSeverity error",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2026-02-06 18:31:06 +00:00
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^9.0.0",
"astro": "^5.16.15",
2026-02-06 18:31:06 +00:00
"typescript": "^5.9.3"
}
2026-02-06 18:31:06 +00:00
}