@clayui/button
Version:
ClayButton component
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "@clayui/button",
"version": "3.141.2-alpha.0",
"description": "ClayButton component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"exports": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
},
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib"
],
"scripts": {
"build": "yarn build:cjs && yarn build:esm",
"build:cjs": "babel src --root-mode upward --out-dir lib/cjs --extensions .ts,.tsx",
"build:esm": "babel src --root-mode upward --out-dir lib/esm --extensions .ts,.tsx --env-name esm",
"buildTypes": "tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"keywords": [
"clay",
"react"
],
"dependencies": {
"@clayui/icon": "^3.141.2-alpha.0",
"@clayui/loading-indicator": "^3.141.2-alpha.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": [
"extends browserslist-config-clay"
],
"gitHead": "aea6ecdaee62ccc374009982f934e1b193785668"
}