rsnext/examples/with-mobx/package.json

22 lines
443 B
JSON
Raw Normal View History

{
"name": "with-mobx",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"mobx": "^2.7.0",
"mobx-react": "^4.0.4",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
2018-09-28 15:37:19 +02:00
"@babel/plugin-proposal-decorators": "^7.1.0"
}
}