UNPKG

@clayui/shared

Version:
45 lines (44 loc) 1.08 kB
{ "name": "@clayui/shared", "version": "3.132.0", "description": "ClayShared 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": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx", "buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json", "test": "jest --config ../../jest.config.js" }, "keywords": [ "clay", "react" ], "dependencies": { "@clayui/button": "^3.128.0", "@clayui/link": "^3.128.0", "@clayui/provider": "^3.128.0", "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.12.0", "react-dom": "^16.12.0" }, "browserslist": [ "extends browserslist-config-clay" ], "gitHead": "6d834ec22c4a7b45f51e51f70c4ddb1f793e6300" }