rsnext/examples/api-routes/package.json
2019-07-08 18:41:33 -04:00

16 lines
294 B
JSON

{
"name": "api-routes",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"isomorphic-unfetch": "3.0.0",
"next": "latest",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"license": "ISC"
}