update projects and contact form
This commit is contained in:
15
package.json
15
package.json
@@ -9,18 +9,21 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"geist": "^1.3.0",
|
||||
"marked": "^17.0.5",
|
||||
"next": "14.2.5",
|
||||
"nodemailer": "^8.0.4",
|
||||
"react": "^18",
|
||||
"react-dom": "^18",
|
||||
"geist": "^1.3.0"
|
||||
"react-dom": "^18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/node": "^20",
|
||||
"tailwindcss": "^3.4",
|
||||
"autoprefixer": "^10",
|
||||
"postcss": "^8"
|
||||
"postcss": "^8",
|
||||
"tailwindcss": "^3.4",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user