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
2017-06-23 20:40:42 +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": "^15.6.1",
"react-dom": "^15.6.1",
"styled-components": "^2.1.0"
},
"license": "ISC"
}