rsnext/examples/with-rebass/package.json
2020-08-29 22:32:35 -04:00

16 lines
321 B
JSON

{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"babel-plugin-styled-components": "^1.1.7",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"rebass": "1.0.0-1",
"styled-components": "^2.1.1"
},
"license": "MIT"
}