rsnext/examples/with-unstated/package.json
Luis Alvarez D 1992e2a96e
Example/update unstated (#11534)
* Updated components and deps

* Updated readme
2020-04-01 11:36:02 +02:00

15 lines
272 B
JSON

{
"name": "with-unstated",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "16.13.1",
"react-dom": "16.13.1",
"unstated-next": "1.1.0"
}
}