Files
problem-setter d715e68784 first commit
2026-07-21 21:26:11 +07:00

36 lines
724 B
JSON

{
"name": "cerasus-temp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^12.42.2",
"next": "16.2.10",
"react": "19.2.7",
"react-dom": "19.2.7",
"swiper": "^12.2.0",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4.3.2",
"typescript": "^5"
},
"overrides": {
"next": {
"postcss": "8.5.15"
}
}
}