@clayui/button
Version:
ClayButton component
42 lines (41 loc) • 939 B
JSON
{
"name": "@clayui/button",
"version": "3.137.0",
"description": "ClayButton component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib"
],
"scripts": {
"build": "babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
"buildTypes": "tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"keywords": [
"clay",
"react"
],
"dependencies": {
"@clayui/icon": "^3.129.0",
"@clayui/loading-indicator": "^3.129.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": [
"extends browserslist-config-clay"
],
"gitHead": "f563be12a87d6fcf03706d235618e5512de63463"
}