{ "name": "with-material-ui-next", "version": "1.0.0", "dependencies": { "material-ui": "next", "next": "latest", "react": "^15.5.4", "react-dom": "^15.5.4", "react-jss": "^7.0.2" }, "scripts": { "dev": "next", "build": "next build", "start": "next start" } }