mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +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"
|
||
|
|
}
|
||
|
|
}
|