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 cf9fdf5 commit e76823fCopy full SHA for e76823f
packages/style-guide/package.json
@@ -11,17 +11,22 @@
11
"prepare": "microbundle --no-compress",
12
"watch": "microbundle watch --no-compress"
13
},
14
- "peerDependencies": {
15
- "@emotion/core": "^10.0.10",
16
- "react": "^16.8.6",
17
- "theme-ui": "^0.4.0-alpha.1"
18
- },
19
"dependencies": {
20
"@theme-ui/presets": "^0.4.0-alpha.1",
21
"color": "^3.1.2",
22
"@types/color": "^3.0.1",
23
"lodash.get": "^4.4.2"
24
+ "peerDependencies": {
+ "@emotion/core": "^10.0.10",
+ "react": "^16.8.6",
+ "theme-ui": "^0.4.0-alpha.1"
+ },
25
+ "devDependencies": {
26
27
28
29
30
"publishConfig": {
31
"access": "public"
32
0 commit comments