gatsby-plugin-bianic-ui
Version:
Drop-in Chakra UI support for Gatsby sites
27 lines (26 loc) • 659 B
JSON
{
"name": "gatsby-plugin-bianic-ui",
"version": "1.0.0-rc.4",
"description": "Drop-in Chakra UI support for Gatsby sites",
"author": "Alex Luong <alex@alexluong.com>",
"license": "MIT",
"homepage": "https://bianic-ui.com/",
"repository": "https://github.com/bianic-ui/bianic-ui",
"keywords": [
"bianic-ui",
"gatsby",
"gatsby-plugin"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest --passWithNoTests"
},
"peerDependencies": {
"@bianic-ui/core": "1.0.0-rc.2",
"@bianic-ui/theme": "1.0.0-rc.2",
"gatsby": "^2.21.33"
},
"gitHead": "d24159e7d5fd1e4dccae4063003781cb3e5f00ca"
}