Files
a9f2c3f1-a7c2-46d1-9e79-8ba…/package.json
2026-03-06 07:59:09 +00:00

13 lines
569 B
JSON

{
"name": "clearance-landing", "version": "0.1.0", "private": true,
"scripts": {
"dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint"
},
"dependencies": {
"react": "^18", "react-dom": "^18", "next": "^14", "lucide-react": "latest", "nodemailer": "^6.9.7"
},
"devDependencies": {
"typescript": "^5", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/nodemailer": "^6.4.14", "autoprefixer": "^10", "postcss": "^8", "tailwindcss": "^3"
}
}