mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 14:14:12 +02:00
35 lines
837 B
JSON
35 lines
837 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 --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.x",
|
|
"pnpm": ">=8"
|
|
},
|
|
"dependencies": {
|
|
"gray-matter": "^4.0.3",
|
|
"next": "^15.3.1",
|
|
"nextra": "^4.2.17",
|
|
"nextra-theme-blog": "^4.2.17",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^22.14.1",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"pagefind": "^1.3.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|