mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-19 14:44:11 +02:00
32 lines
692 B
JSON
32 lines
692 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": "latest",
|
|
"nextra": "^2.0.0-beta.5",
|
|
"nextra-theme-blog": "^2.0.0-beta.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rss": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.0",
|
|
"@types/react": "^18.0.14",
|
|
"@types/react-dom": "^18.0.5",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|