{
  "name": "@elastic-suite/gally-admin-components",
  "description": "Components package for gally admin BO",
  "keywords": [
    "gally",
    "search",
    "react",
    "next"
  ],
  "version": "2.1.0",
  "private": false,
  "license": "OSL-3.0",
  "files": [
    "dist/",
    "public/",
    "src/",
    "CHANGELOG.md",
    "index.d.ts",
    "global.d.ts",
    "README.md"
  ],
  "main": "dist/index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Elastic-Suite/gally-admin",
    "directory": "packages/components"
  },
  "publishConfig": {
    "access": "public"
  },
  "watch": {
    "build:dev": {
      "patterns": [
        "src"
      ],
      "extensions": "ts,tsx",
      "ignore": [
        "__mocks__",
        "*.test.ts",
        "*.test.tsx"
      ]
    },
    "postcss": {
      "patterns": [
        "assets/scss"
      ],
      "extensions": "scss"
    }
  },
  "scripts": {
    "start": "npm-watch",
    "build": "npm run postcss && tsup-node src/index.ts --format cjs,esm --dts --splitting --sourcemap --minify",
    "build:dev": "tsup-node src/index.ts --format cjs,esm --dts --splitting",
    "postcss": "postcss assets/scss/style.scss -o dist/style.css -m",
    "test": "jest",
    "test:ci": "jest",
    "test:debug": "jest --runInBand",
    "test:update": "jest --update-snapshot",
    "eslint": "eslint --fix --ignore-path .gitignore .",
    "eslint:ci": "eslint --ignore-path .gitignore .",
    "prettier": "prettier --write --ignore-unknown --ignore-path .gitignore .",
    "prettier:ci": "prettier --check --ignore-unknown --ignore-path .gitignore .",
    "typescript": "tsc --noEmit",
    "typescript:ci": "tsc --noEmit",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "prepare": "install-peers && npm run build",
    "preversion": "npm test && npm run eslint && npm run typescript && npm run build",
    "changelog": "changelog"
  },
  "dependencies": {
    "@elastic-suite/gally-admin-shared": "^2.1.0",
    "@emotion/react": "11.10.4",
    "@emotion/styled": "11.10.4",
    "@mui/material": "5.10.5",
    "@mui/x-date-pickers": "5.0.5",
    "@reduxjs/toolkit": "1.8.5",
    "@types/autosuggest-highlight": "3.2.0",
    "@types/lodash.debounce": "4.0.7",
    "@types/react-beautiful-dnd": "13.1.2",
    "autosuggest-highlight": "3.3.4",
    "browserslist": "4.21.10",
    "classnames": "2.3.2",
    "crypto-browserify": "3.12.0",
    "i18next": "22.4.6",
    "i18next-chained-backend": "4.2.0",
    "i18next-http-backend": "2.1.1",
    "i18next-localstorage-backend": "4.1.0",
    "ionicons": "6.0.3",
    "lodash.debounce": "4.0.8",
    "next-i18next": "13.0.2",
    "notistack": "3.0.0-alpha.11",
    "react-beautiful-dnd": "13.1.1",
    "react-i18next": "12.1.1",
    "react-json-tree": "0.18.0",
    "react-redux": "8.0.2"
  },
  "devDependencies": {
    "@babel/core": "7.19.1",
    "@babel/plugin-syntax-flow": "7.18.6",
    "@babel/plugin-transform-react-jsx": "7.19.0",
    "@csstools/postcss-sass": "5.0.1",
    "@inrupt/jest-jsdom-polyfills": "1.5.3",
    "@next/eslint-plugin-next": "12.3.0",
    "@storybook/addon-actions": "6.5.12",
    "@storybook/addon-essentials": "6.5.12",
    "@storybook/addons": "6.5.12",
    "@storybook/builder-webpack5": "6.5.12",
    "@storybook/client-api": "6.5.12",
    "@storybook/manager-webpack5": "6.5.12",
    "@storybook/react": "6.5.12",
    "@storybook/testing-library": "0.0.13",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "13.4.0",
    "@types/jest": "29.0.3",
    "@types/node": "18.7.18",
    "@types/react": "18.0.20",
    "@types/react-dom": "18.0.6",
    "@typescript-eslint/parser": "5.37.0",
    "autoprefixer": "10.4.13",
    "babel-jest": "29.3.1",
    "babel-loader": "8.2.5",
    "eslint": "8.23.1",
    "eslint-config-prettier": "8.5.0",
    "eslint-config-react-app": "7.0.1",
    "eslint-plugin-storybook": "0.6.4",
    "generate-changelog": "1.8.0",
    "install-peers-cli": "2.2.0",
    "jest": "29.0.3",
    "jest-environment-jsdom": "29.0.3",
    "lint-staged": "13.0.3",
    "npm-watch": "0.11.0",
    "postcss": "8.4.20",
    "postcss-cli": "10.1.0",
    "prettier": "2.7.1",
    "require-from-string": "2.0.2",
    "sass": "1.54.9",
    "sass-loader": "13.0.2",
    "storybook-addon-next-router": "4.0.0",
    "ts-jest": "29.0.3",
    "tsc-files": "1.1.3",
    "tsup": "6.5.0",
    "typescript": "4.8.3",
    "webpack": "5.74.0"
  },
  "peerDependencies": {
    "next": "13.x",
    "react": "18.x",
    "react-dom": "18.x"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "lint-staged": {
    "*": "prettier --write --ignore-unknown --ignore-path .gitignore",
    "*.{ts,tsx}": "tsc-files --noEmit global.d.ts",
    "*.{js,jsx,ts,tsx}": "eslint --fix --ignore-path .gitignore"
  },
  "gitHead": "ae3e01483acc0e64470d3e48c7ddb61de3c77e4e"
}
