13 lines
569 B
JSON
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"
|
|
}
|
|
}
|