feat: added sidebar, removed verbose comments, fixed npm audits

This commit is contained in:
N1C4T
2026-02-22 04:52:21 +04:00
parent 48dad0786b
commit 813775cb50
27 changed files with 1423 additions and 663 deletions

View File

@@ -17,7 +17,7 @@
"framer-motion": "^12.23.26",
"gsap": "^3.14.2",
"lucide-react": "^0.561.0",
"next": "16.0.10",
"next": "^16.1.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"tailwind-merge": "^3.4.0"
@@ -31,10 +31,13 @@
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"eslint-config-next": "^16.1.6",
"jsdom": "^27.4.0",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.0.16"
},
"overrides": {
"minimatch": "^10.2.1"
}
}