mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|||
"name": "frontend",
|
|||
"type": "module",
|
|||
"version": "0.0.1",
|
|||
"scripts": {
|
|||
"dev": "astro dev",
|
|||
"build": "astro build",
|
|||
"preview": "astro preview",
|
|||
"astro": "astro"
|
|||
},
|
|||
"dependencies": {
|
|||
"astro": "^5.16.15",
|
|||
"@astrojs/node": "^9.0.0"
|
|||
}
|
|||
}
|