You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
505 B

{
"repository": "https://github.com/vercel/examples.git",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev -p 8090",
"build": "next build",
"start": "next start -p 8090",
"lint": "next lint"
},
"dependencies": {
"@vercel/og": "0.0.14",
"next": "latest",
"node-fetch": "2.6.1",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"typescript": "^4.7.4"
}
}