Files
williammarch.xyz/package.json
2026-04-02 23:29:59 +01:00

31 lines
654 B
JSON

{
"name": "william-march",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"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"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^7.0.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3.4",
"typescript": "^5"
}
}