UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

71 lines (70 loc) 2.19 kB
{ "name": "@workday/canvas-kit-react", "version": "12.6.6", "description": "The parent module that contains all Workday Canvas Kit React components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", "main": "dist/commonjs/index.js", "module": "dist/es6/index.js", "sideEffects": false, "types": "dist/es6/index.d.ts", "repository": { "type": "git", "url": "https://github.com/workday/canvas-kit.git", "directory": "modules/react" }, "files": [ "*/package.json", "*/lib/*", "*/index.ts", "dist/", "index.ts" ], "scripts": { "watch": "yarn build:es6 -w", "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist && rimraf .build-info && mkdirp dist", "build:cjs": "tspc -p tsconfig.cjs.json", "build:es6": "tspc -p tsconfig.es6.json", "build:rebuild": "npm-run-all clean build", "build": "npm-run-all build:cjs build:es6", "prepack": "node ../../utils/publish.js pre react", "postpack": "node ../../utils/publish.js post react", "depcheck": "node ../../utils/check-dependencies-exist.js", "typecheck:src": "tsc -p . --noEmit --incremental false" }, "keywords": [ "canvas", "canvas-kit", "react", "components", "workday" ], "peerDependencies": { "react": ">=16.14" }, "dependencies": { "@emotion/is-prop-valid": "^1.1.1", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@popperjs/core": "^2.5.4", "@workday/canvas-colors-web": "^2.0.0", "@workday/canvas-kit-popup-stack": "^12.6.6", "@workday/canvas-kit-styling": "^12.6.6", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/canvas-tokens-web": "^2.1.1", "@workday/design-assets-types": "^0.2.8", "chroma-js": "^2.2.0", "csstype": "^3.0.2", "react-innertext": "^1.1.5", "react-virtual": "^2.10.4", "rtl-css-js": "^1.14.1", "screenfull": "^5.2.0", "use-resize-observer": "^9.1.0" }, "devDependencies": { "@workday/canvas-accent-icons-web": "^3.0.0", "@workday/canvas-applet-icons-web": "^2.0.0" }, "gitHead": "d4b6cb8f5153c5f6f620d81a8be1ebf41db1f846" }