rsnext/examples/with-emotion/package.json

18 lines
364 B
JSON

{
"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",
"next": "latest",
"react": "latest",
"react-dom": "latest"
},
"license": "ISC"
}