rsnext/examples/with-styled-components/package.json

18 lines
354 B
JSON
Raw Normal View History

{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
2017-06-23 20:40:42 +02:00
"babel-plugin-styled-components": "^1.1.5",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",
2017-06-23 20:40:42 +02:00
"styled-components": "^2.1.0"
},
"license": "ISC"
}