ab-tests
Version:
HBUI library
78 lines (77 loc) • 2.6 kB
JSON
{
"name": "ab-tests",
"version": "1.1.2",
"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",
"scripts": {
"build": "yarn && rm -rf _dist && yarn packindex && yarn pack_categories",
"prepack": "rm -rf node_modules",
"pack_categories": "yarn packcomponents && yarn packelements && yarn packconstants && yarn packsystem && yarn packtokens && yarn packassets",
"packindex": "babel index.js --out-file _dist/index.js",
"packelements": "babel elements/**/**/**/** -d _dist/elements && rm _dist/elements/*.*",
"packconstants": "babel constants/**/**/**/** -d _dist/constants && rm _dist/constants/*.*",
"packcomponents": "babel components/**/**/**/** -d _dist/components && rm _dist/components/*.*",
"packsystem": "babel system/**/**/**/** -d _dist/system",
"packtokens": "babel tokens/index.js --out-file _dist/tokens/index.js",
"packassets": "yarn packsvgs && yarn packfonts",
"packsvgs": "babel assets/svgs/**/**/** -d _dist/assets/svgs && rm _dist/assets/svgs/*.*",
"packfonts": "copyfiles ./assets/fonts/**/**/*.* _dist",
"sync-tokens": "specify sync",
"pull-tokens": "specify pull"
},
"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/cli": "^7.17.6",
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.5",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-plugin-twin": "^1.0.2",
"copyfiles": "^2.4.1",
"prop-types": "^15.7.2",
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18",
"react-router-dom": "^6.0.2",
"tailwindcss": "^3.0.13",
"twin.macro": "^2.8.2"
}
}