Files
williammarch.xyz/package.json
2026-04-02 21:01:48 +01:00

27 lines
523 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": {
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"geist": "^1.3.0"
},
"devDependencies": {
"typescript": "^5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^20",
"tailwindcss": "^3.4",
"autoprefixer": "^10",
"postcss": "^8"
}
}