likwid/frontend/package.json
Marco Allegretti c97add6ffb repo, backend, frontend: add 1 file, modify 2 files
Verified changes:
- add LICENSE
- modify backend/Cargo.toml
- modify frontend/package.json

Diffstat:
- 3 files changed, 192 insertions(+)
2026-01-29 00:23:55 +01:00

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"
}
}