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

17 lines
331 B
JSON

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