This commit is contained in:
Iliyan Angelov
2025-12-10 01:36:00 +02:00
parent 2f6dca736a
commit 6a9e823402
84 changed files with 5293 additions and 1836 deletions

View File

@@ -6,11 +6,16 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"security:audit": "npm audit --audit-level=moderate",
"security:fix": "npm audit fix",
"security:check": "npm audit && npm outdated",
"security:scan": "npm audit --json > security-audit.json && echo 'Security audit saved to security-audit.json'"
},
"dependencies": {
"framer-motion": "^12.23.16",
"gsap": "^3.12.2",
"isomorphic-dompurify": "^2.34.0",
"lenis": "^1.3.11",
"lucide-react": "^0.544.0",
"next": "^15.5.3",
@@ -29,10 +34,12 @@
"yet-another-react-lightbox": "^3.15.2"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/node": "^20",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react-modal-video": "^1.2.3",
"dompurify": "^3.3.1",
"eslint": "^8",
"eslint-config-next": "^15.5.3",
"sass-migrator": "^2.4.2",