portfolio/package.json
2025-12-30 16:45:13 +03:00

44 lines
1.1 KiB
JSON

{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"next": "15.5.9",
"next-intl": "^3.26.0",
"next-themes": "^0.4.4",
"react": "19.1.4",
"react-dom": "19.1.4",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "19.1.17",
"@types/react-dom": "19.1.11",
"@vchikalkin/eslint-config-awesome": "^2.2.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"pnpm": {
"overrides": {
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7"
}
}
}