rsnext/examples/with-mobx-react-lite/package.json
John Lombardo 5e4886cdb9 Port with-mobx to with-mobx-react-lite (#6617)
Replicates the behaviour of the `with-mobx` example but implemented using `mobx-react-lite` and React context.

I'm still working out a best practice regarding actions and welcome feedback on anything.
2019-03-16 16:47:28 +01:00

18 lines
349 B
JSON

{
"name": "with-mobx-react-lite",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"mobx": "^5.9.0",
"mobx-react-lite": "^1.1.1",
"next": "latest",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"license": "ISC",
"devDependencies": {}
}