mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
573692c137
* emotion v8 + adjustments for breaking changes * Corrected versioning * Take hydrate from 'react-emotion' I was actually wondering that, but haven't seen hydrate in the medium post (even though you pointed out that react-emotion exports all of emotion and I've seen it in source) and didn't want to risk it for the off chance that it *should* be imported directly from emotion for some reason :D
20 lines
387 B
JSON
20 lines
387 B
JSON
{
|
|
"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": "^3.0.6",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-emotion": "^8.0.5"
|
|
},
|
|
"license": "ISC"
|
|
}
|