Remove package.json and node_modules (single-file project)

This commit is contained in:
Dieter Schlüter 2026-04-06 19:51:36 +02:00
commit 1e812c86c6
3 changed files with 1 additions and 1106 deletions

1089
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,16 +0,0 @@
{
"name": "sorting-visualization",
"version": "1.0.0",
"description": "Sorting algorithm visualization - single-file HTML app",
"private": true,
"scripts": {
"lint": "eslint sorting_visualization.html",
"test": "node test_algorithms.js",
"test:verbose": "node test_algorithms.js --verbose"
},
"devDependencies": {
"eslint": "^9.0.0",
"@eslint/js": "^9.0.0",
"globals": "^16.0.0"
}
}

View file

@ -197,7 +197,7 @@
<div class="flex-1"></div> <div class="flex-1"></div>
<div class="text-center"> <div class="text-center">
<h1 class="title-text font-bold tracking-tight" style="color: var(--c-text); text-shadow: 0 0 40px rgba(74,124,255,0.3);"> <h1 class="title-text font-bold tracking-tight" style="color: var(--c-text); text-shadow: 0 0 40px rgba(74,124,255,0.3);">
Sortier-Algorithmen <span style="font-size: 0.45em; font-weight: 400; opacity: 0.5; vertical-align: middle;">v0.2.7</span> Sortier-Algorithmen <span style="font-size: 0.45em; font-weight: 400; opacity: 0.5; vertical-align: middle;">v0.2.8</span>
</h1> </h1>
<p class="text-muted text-sm mt-0.5">Interaktive Visualisierung mit schrittweiser Animation</p> <p class="text-muted text-sm mt-0.5">Interaktive Visualisierung mit schrittweiser Animation</p>
</div> </div>