rsnext/examples/with-mobx-state-tree-typescript/package.json
Luis Fernando Alvarez D 8c5209efab Update typescript examples (#7867)
* Updated with-jest-typescript

* Updated the mobx-state-tree-typescript example

* Removed the sitemap with typescript example

* Updated the with css typings example
2019-07-10 12:51:21 +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.7.0",
"react-dom": "^16.7.0",
"typescript": "^3.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.3.0",
"@types/react": "^16.4.12"
},
"license": "ISC"
}