mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
20 lines
385 B
JSON
20 lines
385 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": "latest",
|
|
"react": "16.2.0",
|
|
"react-dom": "16.2.0",
|
|
"react-emotion": "^8.0.5"
|
|
},
|
|
"license": "ISC"
|
|
}
|