mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 14:14: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",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.x",
|
|
"pnpm": ">=8"
|
|
},
|
|
"dependencies": {
|
|
"gray-matter": "^4.0.3",
|
|
"next": "^15.0.2",
|
|
"nextra": "^3.2.0",
|
|
"nextra-theme-blog": "^3.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.8.4",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|