{ "name": "with-emotion", "version": "1.0.0", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "@emotion/core": "^10.0.0", "@emotion/styled": "^10.0.0", "babel-plugin-emotion": "^10.0.0", "next": "latest", "react": "^16.7.0", "react-dom": "^16.7.0" }, "license": "ISC" }