Files
portfolio-2/package.json
Ahmed Al-Taiar f36be9a0f8
Some checks failed
Publish Docker Image / Publish Docker Image (push) Failing after 53s
Fix deprecated LinkedIn SI icon & update to patched Next.js version regarding CVE-2025-66478
2025-12-10 12:30:51 -05:00

45 lines
1.2 KiB
JSON

{
"name": "portfolio-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.8.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@react-spring/three": "^10.0.3",
"@react-spring/web": "^10.0.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"awesome-ajv-errors": "^5.1.0",
"lodash": "^4.17.21",
"next": "^16.0.8",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-pdf": "^10.2.0",
"three": "^0.182.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.17",
"@types/lodash": "^4.17.21",
"@types/node": "^24.10.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.181.0",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.8",
"tailwindcss": "^4.1.17",
"tailwindcss-text-fill-stroke": "^2.0.0-beta.3",
"typescript": "^5.9.3"
},
"packageManager": "yarn@4.12.0"
}