mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 06:04:12 +02:00
32 lines
684 B
JSON
32 lines
684 B
JSON
{
|
|
"name": "anthonyberg-website",
|
|
"version": "0.1.0",
|
|
"description": "A website for my own portfolio",
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": ">=8"
|
|
},
|
|
"dependencies": {
|
|
"gray-matter": "^4.0.3",
|
|
"next": "^14.2.14",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-blog": "^2.13.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"rss": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.16.10",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.0",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|