mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
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(-)
19 lines
409 B
JSON
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"
|
|
}
|
|
}
|