Files
gabrielkaszewski-next/package.json
Gabriel Kaszewski 3eceae5559
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m40s
chore: update Next.js dependency to version 15.5.7
2025-12-06 21:13:47 +01:00

33 lines
762 B
JSON

{
"name": "gabrielkaszewski-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"lucide-react": "^0.542.0",
"next": "15.5.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tailwindcss-motion": "^1.1.1"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"@eslint/eslintrc": "^3"
}
}