rsnext/examples/api-routes-cors/package.json
2020-05-02 00:06:23 -04:00

16 lines
287 B
JSON

{
"name": "api-routes-cors",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"cors": "2.8.5",
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"license": "ISC"
}