{ "name": "with-emotion", "version": "1.0.0", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "babel-plugin-emotion": "^8.0.4", "emotion": "^8.0.5", "emotion-server": "^8.0.5", "next": "latest", "react": "16.2.0", "react-dom": "16.2.0", "react-emotion": "^8.0.5" }, "license": "ISC" }