install packages

This commit is contained in:
2025-12-24 11:20:50 +03:30
parent 87b5f80f1f
commit c5872fb762
91 changed files with 24445 additions and 4271 deletions

13
.prettierignore Normal file
View File

@@ -0,0 +1,13 @@
# Ignore build output
dist/
build/
# Ignore dependencies
node_modules/
# Ignore lock files
package-lock.json
yarn.lock
coverage/
*.min.js