UNPKG

@workday/canvas-kit-labs-react

Version:

Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functi

63 lines (62 loc) 2.15 kB
{ "name": "@workday/canvas-kit-labs-react", "version": "12.5.5", "description": "Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functionality. The Labs modules allow us to do that as needed.", "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/labs-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 labs-react", "postpack": "node ../../utils/publish.js post labs-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/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@workday/canvas-kit-react": "^12.5.5", "@workday/canvas-kit-styling": "^12.5.5", "@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", "lodash.flatten": "^4.4.0", "rtl-css-js": "^1.14.1" }, "devDependencies": { "@types/lodash.flatten": "^4.4.6" }, "gitHead": "d586de5b86f017f598cdf39d49b1b0cc1e17213a" }