Skip to content

Commit

Permalink
BAKCUP
Browse files Browse the repository at this point in the history
  • Loading branch information
kjurl committed Sep 20, 2024
1 parent 9e2bfc1 commit 1e53eaf
Show file tree
Hide file tree
Showing 9 changed files with 6,799 additions and 5,536 deletions.
6 changes: 0 additions & 6 deletions .replit

This file was deleted.

27 changes: 27 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# https://github.com/NixOS/nix/issues/6140#issuecomment-1986317698
{
description = "website flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
};
outputs =
{ self, nixpkgs }:
let
pkgs = nixpkgs.legacyPackages."x86_64-linux";
in
{
formatter."x86_64-linux" = pkgs.nixfmt-rfc-style;
devShells."x86_64-linux".default = pkgs.mkShell {
packages = with pkgs; [
statix
nodejs
pnpm
mypy
python3
python312Packages.pre-commit-hooks
prettierd
eslint_d
];
ASTRO_TELEMETRY_DISABLED = 1;
};
};
}

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,22 @@
"@astrojs/solid-js": "^4.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.1",
"@nanostores/solid": "^0.4.2",
"@supabase/supabase-js": "^2.45.3",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"astro": "^4.10.3",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.10",
"drizzle-zod": "^0.5.1",
"fast-xml-parser": "^4.3.6",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"nanostores": "^0.11.3",
"node-fetch": "^3.3.2",
"peerjs": "^1.5.3",
"postgres": "^3.4.4",
"solid-js": "^1.8.17",
"tailwindcss": "^3.4.3",
"xlsx": "^0.18.5",
Expand All @@ -53,7 +59,7 @@
"@typescript-eslint/parser": "^7.8.0",
"commitizen": "^4.3.0",
"daisyui": "^4.11.1",
"drizzle-kit": "^0.20.17",
"drizzle-kit": "^0.20.18",
"eslint": "^9.2.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "^1.2.2",
Expand Down
Loading

0 comments on commit 1e53eaf

Please sign in to comment.