{
  "name": "@workday/canvas-kit-react",
  "version": "16.0.0",
  "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",
    "version.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",
    "postbuild": "node ../../utils/replace-version.js",
    "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": ">=17.0"
  },
  "dependencies": {
    "@emotion/is-prop-valid": "^1.1.1",
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@popperjs/core": "^2.5.4",
    "@tanstack/react-virtual": "^3.13.9",
    "@workday/canvas-colors-web": "^2.0.0",
    "@workday/canvas-expressive-icons-web": "1.0.2",
    "@workday/canvas-kit-popup-stack": "^16.0.0",
    "@workday/canvas-kit-styling": "^16.0.0",
    "@workday/canvas-system-icons-web": "^5.0.3",
    "@workday/canvas-tokens-web": "^4.4.0",
    "@workday/design-assets-types": "^0.3.0",
    "chroma-js": "^2.2.0",
    "csstype": "^3.0.2",
    "react-innertext": "^1.1.5",
    "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": "3f3f7e9a3251cf61ffb40f93dba3dd50d9f3e3cf"
}
