1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-styled-components/package.json
Wes Bos 4314802422 Update styled components for React 16 (#3187)
Next 4 only works with React 16, so for this example to work we need an update.
2017-10-29 00:58:17 +02:00

18 lines
354 B
JSON

{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"babel-plugin-styled-components": "^1.1.5",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"styled-components": "^2.1.0"
},
"license": "ISC"
}