Files
2025-11-30 08:25:45 +08:00

24 lines
499 B
JSON

{
"name": "vercel-blob-project",
"version": "1.0.0",
"description": "Vercel Blob file storage",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@vercel/blob": "^2.0.0",
"next": "^15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.0"
}
}