{
  "name": "@zohodesk/layout",
  "version": "3.2.1",
  "description": "Unified Component Library - Layout",
  "main": "es/index.js",
  "module": "es/index.js",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "author": "Z Team",
  "homepage": "https://www.npmjs.com/search?q=@zohodesk",
  "license": "ISC",
  "keywords": [
    "DOT",
    "UCL",
    "ZOHODESK",
    "ZTEAM",
    "LIBRARY"
  ],
  "scripts": {
    "clean": "react-cli clean lib es coverage assets && mkdir assets",
    "dubCheck": "npx z-node-plugins dub:check node_modules/@zohodesk/components/lib node_modules/@zohodesk/icons/lib node_modules/@zohodesk/variables/lib node_modules/@zohodesk/dot/lib",
    "build": "npm run build:lib && npm run build:es && npm run cssVariableConvert ",
    "buildlocal": "npm run build",
    "build:lib": "cbt build:lib src lib",
    "build:es": "cbt build:es src es",
    "build:watch": "npm run build && npm run build:es --module:mode=dev -- -w",
    "prepare": "npm run init && npm run build",
    "init": "npm run clean",
    "test": "react-cli test",
    "snap-update": "npm run test -- -u",
    "sstest": "react-cli sstest",
    "common_package_build": "cd ../common && npm run build && cd ../layout",
    "prepublishOnly": "node ../prePublish.js && npm run test",
    "postpublish": "node ../postPublish.js",
    "download": "react-cli clean ./node_modules ./package-lock.json  && npm install  --legacy-peer-deps && cd ../ && npm run download",
    "expublish": "node ../publish.js -- exp",
    "cssVariableConvert": "react-cli variableConverter ./lib ./lib && react-cli variableConverter ./es ./es",
    "publish": "node ../publish.js",
    "check_package": "node ../check_dependencies.js"
  },
  "files": [
    "es",
    "!**/__tests__"
  ],
  "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.3.3",
    "@zohodesk-private/css-variable-migrator": "1.0.9",
    "@zohodesk-private/node-plugins": "1.1.15",
    "@zohodesk-private/react-prop-validator": "1.2.3",
    "@zohodesk/utils": "1.3.16",
    "@zohodesk/react-cli": "1.1.27",
    "@zohodesk/client_build_tool": "0.0.23",
    "@zohodesk/jsx_attribute_wrapper": "1.0.0",
    "@dot-system/css-utility": "0.1.1"
  },
  "peerDependencies": {
    "@zohodesk/utils": "1.3.16",
    "@dot-system/css-utility": "0.1.1"
  }
}