@clayui/shared
Version:
ClayShared component
51 lines (50 loc) • 1.42 kB
JSON
{
"name": "@clayui/shared",
"version": "3.156.0",
"description": "ClayShared component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"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": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib/cjs --extensions .ts,.tsx",
"build:esm": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib/esm --extensions .ts,.tsx --env-name esm",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"test": "jest --config ../../jest.config.js"
},
"keywords": [
"clay",
"react"
],
"dependencies": {
"@clayui/button": "^3.156.0",
"@clayui/link": "^3.144.1",
"@clayui/provider": "^3.144.1",
"aria-hidden": "^1.2.2",
"classnames": "^2.2.6",
"dom-align": "^1.12.2",
"warning": "^4.0.3"
},
"peerDependencies": {
"@clayui/css": "3.x",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"browserslist": [
"extends browserslist-config-clay"
],
"gitHead": "55d9470c2c3c9253c7ba7f8dd8bd36fdef0ffe49"
}