{ "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", "@babel/plugin-proposal-decorators": "^7.1.0" } }