rsnext/examples/with-emotion/package.json

19 lines
366 B
JSON
Raw Normal View History

{
"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",
2018-01-30 21:44:18 +01:00
"next": "latest",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"license": "ISC"
}