1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

with-styled-components: Move babel plugin to dev dependency (#4602)

This commit is contained in:
Constantine 2018-06-14 14:33:41 +02:00 committed by Tim Neutkens
parent 2c4a5739a1
commit 6d47d03611

View file

@ -7,11 +7,13 @@
"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"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.1.5"
},
"license": "ISC"
}