rsnext/examples/with-context-api/package.json
2019-07-08 19:37:58 -04:00

15 lines
265 B
JSON

{
"name": "with-context-api",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "ISC"
}