{ "name": "site", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start -p 3000", "lint": "echo 'skip'" }, "dependencies": { "next": "14.2.5", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/line-clamp": "0.4.4", "@tailwindcss/typography": "0.5.15", "@types/node": "20.11.30", "@types/react": "18.2.66", "autoprefixer": "10.4.19", "postcss": "8.4.38", "tailwindcss": "3.4.10", "typescript": "5.4.5" } }