@hummingbot/hbui
Version:
HBUI library
50 lines (49 loc) • 1.08 kB
JSON
{
"name": "@hummingbot/hbui",
"version": "1.9.7",
"author": "Hummingbot Design Team",
"exports": {
".": "./_dist/index.js",
"./*": "./_dist/*",
"./tailwind.config.js": "./tailwind.config.js"
},
"engines": {
"node": ">=12.20"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
},
"description": "HBUI library",
"homepage": "https://github.com/CoinAlpha/hbui#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/CoinAlpha/hbui.git"
},
"keywords": [
"hummingbot",
"ui",
"library",
"design",
"system",
"react",
"tailwind",
"twin.macro"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/CoinAlpha/hbui/issues"
},
"dependencies": {
"@babel/core": "^7.13.8",
"babel-plugin-twin": "^1.0.2",
"react-syntax-highlighter": "^15.5.0",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"prop-types": "^15.8.1",
"styled-components": "^5.3.3",
"tailwindcss": "^3.2.2",
"twin.macro": "^3.0.0"
}
}