{
  "name": "@zohodesk/dot",
  "version": "1.7.10",
  "main": "lib/index",
  "module": "es/index.js",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "author": "Z Team",
  "homepage": "https://www.npmjs.com/search?q=@zohodesk",
  "license": "ISC",
  "keywords": [
    "DOT",
    "ZOHODESK",
    "ZTEAM",
    "LIBRARY"
  ],
  "scripts": {
    "clean": "react-cli clean lib es coverage assets && mkdir assets",
    "dubCheck": "node ./node_modules/@zohodesk-private/node-plugins/es/dublication_css_file_finder  node_modules/@zohodesk/components/es node_modules/@zohodesk/icons/es node_modules/@zohodesk/variables/es node_modules/@zohodesk/svg/es",
    "build:lib": "react-cli build:component:cmjs",
    "build:es": "react-cli build:library:es",
    "build": "npm run theme:validate && npm run build:lib && npm run build:es",
    "build:local": " npm run build && npm run rtl && npm run cssVariableConvert ",
    "build:watch": "npm run build:variables && npm run build && npm run build:es --module:mode=dev -- -w",
    "rtl:watch": "react-cli rtl ./src ./es -w",
    "rtl": "react-cli rtl ./src ./lib && react-cli rtl ./src ./es",
    "prepare": "react-cli clean assets &&  npm run init &&  npm run build && npm run rtl && npm run cssVariableConvert ",
    "init": "npm run clean && npm run build:variables",
    "build:variables": "react-cli clean ./assets && node ./preprocess/index",
    "lint": "react-cli lint",
    "lintAll": "react-cli lint ./src",
    "lintAllFix": "npm run lintAll --eslint:fix=true",
    "test": "react-cli test",
    "snap-update": "npm run test-clean && npm run test -- -u",
    "sstest": "react-cli sstest",
    "common_package_build": "cd ../common && npm run build && cd ../dot",
    "docs": "npm run css:review && review:props && react-cli docs",
    "prepublishOnly": "node prePublish.js && npm run download && npm run test && npm run css:review  && npm run review:props",
    "postpublish": "node postPublish.js",
    "test-clean": "react-cli clean coverage && react-cli clean ./unittest",
    "download": "react-cli clean ./node_modules ./package-lock.json  && npm install",
    "expublish": "npm publish --tag experimental-version",
    "css:lineheight:validate": "node ./node_modules/@zohodesk-private/node-plugins/es/lineheight_automation/lineHeightErrorCheck.js ./src/",
    "cssVariableConvert": "react-cli variableConverter ./lib ./lib && react-cli variableConverter ./es ./es",
    "variable:addignore": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableIgnore.js ./src",
    "variable:convert": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/pxParserPostcss.js ./src",
    "variable:check": "node  ./node_modules/@zohodesk-private/css-variable-migrator/es/variableErrorCheck.js ./src ./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json",
    "css:review": " npm run dubCheck && npm run css:lineheight:validate && npm run theme:validate ",
    "theme:validate": "node ./node_modules/@zohodesk-private/node-plugins/es/appearance_theme_validation validate ./src ./.cli ./.cli/stringContains.js",
    "theme:addignore": "node ./node_modules/@zohodesk-private/node-plugins/es/appearance_theme_validation addignore ./src ./.cli ./.cli/stringContains.js",
    "theme:removeignore": "node ./node_modules/@zohodesk-private/node-plugins/es/appearance_theme_validation removeignore ./src ./.cli",
    "review:props": "node ./node_modules/@zohodesk-private/react-prop-validator/es/propValidation.js propValidationArg.json"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.2.5",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^13.0.10",
    "@zohodesk-private/color-variable-preprocessor": "1.2.0",
    "@zohodesk-private/css-variable-migrator": "^1.0.7",
    "@zohodesk-private/node-plugins": "1.1.8",
    "@zohodesk-private/react-prop-validator": "1.2.3",
    "@zohodesk/a11y": "2.3.4",
    "@zohodesk/components": "1.2.63",
    "@zohodesk/hooks": "2.0.5",
    "@zohodesk/icons": "1.0.74",
    "@zohodesk/layout": "^3.1.0",
    "@zohodesk/svg": "1.1.22",
    "@zohodesk/utils": "1.3.14",
    "@zohodesk/variables": "1.0.0",
    "@zohodesk/virtualizer": "1.0.3",
    "react-sortable-hoc": "^0.8.3",
    "velocity-react": "1.4.3"
  },
  "peerDependencies": {
    "velocity-react": "1.4.3",
    "@zohodesk/variables": "1.0.0",
    "@zohodesk/components": "1.2.63",
    "@zohodesk/icons": "1.0.74",
    "@zohodesk/svg": "1.1.22",
    "@zohodesk/virtualizer": "1.0.3",
    "react-sortable-hoc": "^0.8.3",
    "@zohodesk/hooks": "2.0.5",
    "@zohodesk/utils": "1.3.14",
    "@zohodesk/a11y": "2.3.4",
    "@zohodesk/layout": "3.1.0"
  }
}
