mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
Verified changes: - add LICENSE - modify backend/Cargo.toml - modify frontend/package.json Diffstat: - 3 files changed, 192 insertions(+)
16 lines
No EOL
296 B
JSON
16 lines
No EOL
296 B
JSON
{
|
|
"name": "frontend",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"license": "EUPL-1.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.16.15",
|
|
"@astrojs/node": "^9.0.0"
|
|
}
|
|
} |