Updated packages, added yarn .lock file, added brand logo.

This commit is contained in:
Andrés Mora 2025-12-19 04:29:26 -05:00
parent 80c0068232
commit 24b1564e89
4 changed files with 3205 additions and 6550 deletions

3
.gitignore vendored
View File

@ -24,6 +24,9 @@
.DS_Store .DS_Store
*.pem *.pem
# context folder for AI assistance
/context
# debug # debug
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*

6549
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,6 @@
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "16.1.0", "eslint-config-next": "16.1.0",
"tailwindcss": "^4", "tailwindcss": "^4",
"typescript": "^5" "typescript": "5.9.3"
} }
} }

3201
yarn.lock Normal file

File diff suppressed because it is too large Load Diff