chore: upgrade dependencies, switch from yarn to npm

This commit is contained in:
2024-06-21 08:15:31 +02:00
parent 43e450d8ae
commit 31a89bf3ad
6 changed files with 3656 additions and 3193 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs_22
];
}