{
  "name": "tenjin-ui-kit",
  "version": "0.3.74",
  "repository": {
    "url": "git+https://gitlab.com/yethi/react/tenjin-ui-kit.git"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.2.1",
    "@mantine/core": "^5.10.1",
    "@mantine/hooks": "^5.10.1",
    "@mantine/rte": "^5.10.1",
    "@mui/icons-material": "^5.11.0",
    "@mui/styles": "^5.11.2",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "aria-hidden": "^1.2.2",
    "axios": "^0.26.0",
    "clsx": "^1.2.1",
    "d3-hierarchy": "^3.1.2",
    "feather-icons": "^4.29.0",
    "final-form": "^4.20.9",
    "material-ui-popup-state": "^5.0.8",
    "moment": "^2.29.4",
    "npm-run-all": "^4.1.5",
    "react-beautiful-dnd": "^13.1.1",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "react-dropzone": "^14.2.3",
    "react-feather": "^2.0.10",
    "react-final-form": "^6.5.9",
    "react-flow-renderer": "^10.3.17",
    "react-icons": "^4.10.1",
    "react-moment": "^1.1.3",
    "react-scripts": "5.0.1",
    "react-select": "^5.7.4",
    "react-sortable-hoc": "^2.0.0",
    "reactflow": "^11.6.1",
    "storybook-react-context": "^0.6.0",
    "styled-components": "^5.3.9",
    "uuid": "^9.0.0",
    "web-vitals": "^2.1.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "storybook": "start-storybook -p 6006 -s public",
    "build-storybook": "build-storybook -s public",
    "clean": "rimraf dist",
    "compile": "npm run clean && cross-env NODE_ENV=production babel src/package --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
    "copy-and-publish-dev": "copy package.json dist && copy README.md dist && cd dist && npm publish --tag dev",
    "copy-and-publish": "copy package.json dist && copy README.md dist && cd dist && npm publish",
    "publish-dev": "npm-run-all compile copy-and-publish-dev",
    "publish-prod": "npm-run-all compile copy-and-publish"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "overrides": [
      {
        "files": [
          "**/*.stories.*"
        ],
        "rules": {
          "import/no-anonymous-default-export": "off"
        }
      }
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/material": "^5.11.3",
    "@storybook/addon-actions": "^6.5.15",
    "@storybook/addon-essentials": "^6.5.15",
    "@storybook/addon-interactions": "^6.5.15",
    "@storybook/addon-links": "^6.5.15",
    "@storybook/builder-webpack5": "^6.5.15",
    "@storybook/manager-webpack5": "^6.5.15",
    "@storybook/node-logger": "^6.5.15",
    "@storybook/preset-create-react-app": "^4.1.2",
    "@storybook/react": "^6.5.15",
    "@storybook/testing-library": "^0.0.13",
    "babel-plugin-named-exports-order": "^0.0.2",
    "cross-env": "^7.0.3",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.6.1",
    "rimraf": "^3.0.2",
    "webpack": "^5.75.0"
  },
  "peerDependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/lab": "5.0.0-alpha.116",
    "@mui/material": "^5.11.3",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.6.1"
  }
}
