rsnext/examples/with-zeit-fetch/package.json
2019-10-10 20:30:04 +02:00

18 lines
338 B
JSON

{
"name": "data-fetch",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/fetch": "5.1.1",
"next": "latest",
"node-fetch": "2.6.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"unfetch": "4.1.0"
},
"license": "ISC"
}