2016-12-22 05:10:54 +00:00
|
|
|
{
|
|
|
|
"name": "with-styled-components",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-03 04:16:35 +00:00
|
|
|
"next": "latest",
|
2017-10-26 19:29:53 +00:00
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dom": "^16.0.0",
|
2018-10-07 13:32:31 +00:00
|
|
|
"styled-components": "^3.4.9"
|
2016-12-22 05:10:54 +00:00
|
|
|
},
|
2018-06-14 12:33:41 +00:00
|
|
|
"devDependencies": {
|
2018-10-07 13:32:31 +00:00
|
|
|
"babel-plugin-styled-components": "^1.8.0"
|
2018-06-14 12:33:41 +00:00
|
|
|
},
|
2016-12-22 05:10:54 +00:00
|
|
|
"license": "ISC"
|
|
|
|
}
|