rsnext/examples/with-mobx-state-tree-typescript/package.json
Luis Alvarez D 282f375189
[Examples] Update with-mobx-state-tree examples (#11736)
* Updated with-mobx-state-tree

* Updated with-mobx-state-tree-typescript

* minor fix
2020-04-08 09:44:28 +02:00

23 lines
502 B
JSON

{
"name": "with-mobx-state-tree-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"mobx-state-tree": "^3.11.0",
"next": "latest",
"react": "16.13.1",
"react-dom": "16.13.1",
"typescript": "^3.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.3.0",
"@types/react": "^16.4.12"
},
"license": "ISC"
}