mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
3c92524b06
* Update example with emotion Emotion is now split into separate packages using Lerna. * Update Next.js in emotion example
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": "^7.1.0",
|
|
"emotion": "^7.2.0",
|
|
"emotion-server": "^7.2.0",
|
|
"next": "^3.0.6",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-emotion": "^7.2.0"
|
|
},
|
|
"license": "ISC"
|
|
}
|