We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12af5ca commit 439ca88Copy full SHA for 439ca88
template/default/package.json
@@ -51,9 +51,6 @@
51
"react": "^16.12.0",
52
"react-dom": "^16.12.0",
53
"prop-types": "^15.7.2"
54
- {{#ifCond style '===' 'styled-component'}}
55
- ,"styled-components": "^4.4.1"
56
- {{/ifCond}}
57
},
58
"license": "{{license}}",
59
"engines": {
@@ -78,6 +75,14 @@
78
75
"git add"
79
76
]
80
77
+ "dependencies": {
+ {{#ifCond style '===' 'emotion'}}
+ "@emotion/core": "^10.0.22"
81
+ {{/ifCond}}
82
+ {{#ifCond style '===' 'styled-component'}}
83
+ "styled-components": "^4.4.1"
84
85
+ },
86
"devDependencies": {
87
"@babel/cli": "^7.7.0",
88
"@babel/core": "^7.7.2",
0 commit comments