likwid/frontend/package.json
Marco Allegretti e649b5caf9 repo, frontend: modify 5 files
Verified changes:
- modify .woodpecker.yml
- modify frontend/package-lock.json
- modify frontend/package.json
- modify frontend/src/components/ThemeSwitcher.astro
- modify frontend/src/components/voting/VotingMethodCard.astro

Diffstat:
- 5 files changed, 906 insertions(+), 9 deletions(-)
2026-02-06 19:31:06 +01:00

19 lines
409 B
JSON

{
"name": "frontend",
"type": "module",
"version": "0.0.1",
"license": "EUPL-1.2",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check --minimumSeverity error",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^9.0.0",
"astro": "^5.16.15",
"typescript": "^5.9.3"
}
}