{
  "name": "@bigbinary/neeto-molecules",
  "version": "4.1.57",
  "description": "A package of reusable molecular components for neeto products.",
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
  "license": "apache-2.0",
  "scripts": {
    "build": "NODE_ENV=production NODE_OPTIONS=--max-old-space-size=3500 storybook build",
    "build:jsdoc": "node ./.scripts/jsdoc-builder.mjs",
    "bundle": "NODE_ENV=production yarn build:jsdoc && NODE_ENV=production rollup --bundleConfigAsCjs -c rollup.config.js --environment production",
    "prepare": "husky install",
    "serve": "node .storybook/db",
    "storybook": "bash -c \"trap 'kill 0' SIGINT; node .storybook/db & NODE_ENV=development storybook dev -p 6006\"",
    "sync_with_wheel": "./.scripts/sync_with_wheel.sh",
    "test": "TZ=UTC jest",
    "watch": "rollup --bundleConfigAsCjs -c rollup.config.js --watch"
  },
  "engines": {
    "node": ">=22.13",
    "npm": ">=9"
  },
  "files": [
    "dist",
    "types",
    "src/translations/*"
  ],
  "lint-staged": {
    "**/*.{js,jsx,json,mjs}": [
      "prettier --write",
      "eslint --cache --fix"
    ]
  },
  "exports": {
    "./*": {
      "import": "./dist/*.js",
      "require": "./dist/cjs/*.js",
      "types": "./types/*.d.ts"
    },
    "./v2/*": {
      "import": "./dist/v2/*.js",
      "require": "./dist/cjs/v2/*.js",
      "types": "./types/v2/*.d.ts"
    }
  },
  "resolutions": {
    "browserslist": "^4.24.2",
    "jackspeak": "2.1.1"
  },
  "devDependencies": {
    "@babel/core": "7.26.0",
    "@babel/eslint-parser": "7.25.9",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "7.25.9",
    "@babel/preset-env": "7.26.0",
    "@babel/preset-react": "7.25.9",
    "@babel/preset-typescript": "7.26.0",
    "@babel/runtime": "7.26.10",
    "@bigbinary/babel-preset-neeto": "^1.0.14",
    "@bigbinary/eslint-plugin-neeto": "1.9.0",
    "@bigbinary/neeto-atoms": "1.0.15",
    "@bigbinary/neeto-audit-frontend": "2.4.3",
    "@bigbinary/neeto-cist": "1.0.17",
    "@bigbinary/neeto-commons-frontend": "4.13.120",
    "@bigbinary/neeto-editor": "1.47.99",
    "@bigbinary/neeto-filters-frontend": "4.3.32",
    "@bigbinary/neeto-hotkeys": "1.0.9",
    "@bigbinary/neeto-icons": "1.20.86",
    "@bigbinary/neeto-image-uploader-frontend": "4.0.1",
    "@bigbinary/neeto-team-members-frontend": "5.0.29",
    "@bigbinary/neeto-time-zones": "0.8.21",
    "@bigbinary/neetoui": "8.6.0",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/modifiers": "^9.0.0",
    "@dnd-kit/sortable": "^10.0.0",
    "@eslint/compat": "^1.2.8",
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.25.1",
    "@faker-js/faker": "8.2.0",
    "@fontsource-variable/geist": "^5.2.8",
    "@fullcalendar/core": "^6.1.20",
    "@fullcalendar/daygrid": "^6.1.20",
    "@fullcalendar/interaction": "^6.1.20",
    "@fullcalendar/react": "^6.1.20",
    "@fullcalendar/timegrid": "^6.1.20",
    "@hello-pangea/dnd": "16.3.0",
    "@honeybadger-io/js": "6.10.1",
    "@honeybadger-io/react": "6.1.25",
    "@rails/activestorage": "7.0.8-3",
    "@rollup/plugin-alias": "5.0.1",
    "@rollup/plugin-babel": "6.0.4",
    "@rollup/plugin-commonjs": "25.0.7",
    "@rollup/plugin-json": "6.0.1",
    "@rollup/plugin-node-resolve": "15.2.3",
    "@samuelmeuli/font-manager": "^1.4.0",
    "@storybook/addon-docs": "^10.3.1",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react-webpack5": "^10.3.1",
    "@svgr/rollup": "8.1.0",
    "@svgr/webpack": "^8.1.0",
    "@tailwindcss/container-queries": "^0.1.1",
    "@tailwindcss/postcss": "^4.2.2",
    "@tanstack/react-query": "5.59.20",
    "@tanstack/react-query-devtools": "5.59.20",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.6.1",
    "@tippyjs/react": "4.2.6",
    "@types/jest": "^30.0.0",
    "@vueless/storybook-dark-mode": "^10.0.7",
    "@wojtekmaj/react-timerange-picker": "^7.0.0",
    "antd": "5.22.1",
    "autoprefixer": "10.4.20",
    "avvvatars-react": "0.4.2",
    "axios": "1.13.5",
    "babel-jest": "^30.3.0",
    "babel-loader": "^8.2.5",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "babel-plugin-istanbul": "^6.1.1",
    "babel-plugin-js-logger": "1.0.17",
    "babel-plugin-macros": "3.1.0",
    "babel-plugin-module-resolver": "^5.0.0",
    "babel-plugin-preval": "^5.1.0",
    "babel-plugin-transform-imports": "^2.0.0",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "babel-preset-react": "6.24.1",
    "babel-preset-typescript": "^7.0.0-alpha.19",
    "browserify": "^17.0.1",
    "class-variance-authority": "^0.7.1",
    "classnames": "2.5.1",
    "clsx": "^2.1.1",
    "countries-list": "^2.6.1",
    "css-loader": "^7.1.4",
    "cssnano": "^7.1.3",
    "dayjs": "1.11.13",
    "emoji-mart": "5.6.0",
    "eslint": "9.27.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-cypress": "^4.3.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jam3": "^0.2.3",
    "eslint-plugin-json": "^4.0.1",
    "eslint-plugin-prettier": "^5.2.6",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-security": "^3.0.1",
    "eslint-plugin-sonarjs": "^3.0.2",
    "eslint-plugin-storybook": "^10.3.1",
    "eslint-plugin-unused-imports": "^4.1.4",
    "eslint-plugin-xss": "^0.1.12",
    "formik": "2.4.6",
    "framer-motion": "11.11.11",
    "globals": "16.0.0",
    "globby": "^16.1.1",
    "husky": "7.0.4",
    "i18next": "22.5.1",
    "ip-num": "^1.5.2",
    "jest": "^30.3.0",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-jsdom": "^30.3.0",
    "jest-fail-on-console": "^3.3.4",
    "js-logger": "1.6.1",
    "json-server": "0.17.4",
    "libphonenumber-js": "1.11.14",
    "linkify-react": "4.3.2",
    "linkifyjs": "4.3.2",
    "lint-staged": "12.4.1",
    "lucide-react": "^1.7.0",
    "mixpanel-browser": "^2.76.0",
    "monaco-editor": "^0.55.1",
    "monaco-editor-webpack-plugin": "^7.1.1",
    "mousetrap": "^1.6.5",
    "mousetrap-global-bind": "^1.1.0",
    "nock": "^13.3.3",
    "papaparse": "^5.5.3",
    "postcss": "8.4.49",
    "postcss-import": "^15.0.0",
    "postcss-loader": "^7.0.1",
    "postcss-preset-env": "7.8.2",
    "prettier": "3",
    "prettier-plugin-tailwindcss": "0.6.14",
    "prismjs": "^1.30.0",
    "qrcode.react": "^4.2.0",
    "ramda": "0.29.0",
    "raw-loader": "^4.0.2",
    "react": "18.3.1",
    "react-colorful": "5.6.1",
    "react-confetti": "^6.4.0",
    "react-dom": "18.3.1",
    "react-drag-listview": "2.0.0",
    "react-dropzone": "^15.0.0",
    "react-helmet": "^6.1.0",
    "react-i18next": "12.3.1",
    "react-intersection-observer": "^10.0.3",
    "react-live": "^4.1.8",
    "react-monaco-editor": "^0.59.0",
    "react-resizable": "3.0.5",
    "react-router-dom": "5.3.3",
    "react-syntax-highlighter": "^16.1.1",
    "react-time-picker": "^8.0.2",
    "react-toastify": "8.0.2",
    "react-transition-group": "^4.4.5",
    "react-window": "^1.8.9",
    "remark-gfm": "^4.0.1",
    "rfs": "^10.0.0",
    "rollup": "^4.24.0",
    "rollup-plugin-analyzer": "4.0.0",
    "rollup-plugin-cleaner": "1.0.0",
    "rollup-plugin-copy": "3.5.0",
    "rollup-plugin-dts": "^6.4.0",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-styles": "4.0.0",
    "sass": "1.89.0",
    "sass-loader": "^13.0.2",
    "shadcn": "^4.1.1",
    "shadow-dom-testing-library": "^1.13.1",
    "storybook": "^10.3.1",
    "storybook-addon-rtl": "^3.0.1",
    "tailwind-merge": "^3.5.0",
    "tailwindcss": "4.1.11",
    "tippy.js": "6.3.7",
    "tw-animate-css": "^1.4.0",
    "typescript": "^5.9.3",
    "ua-parser-js": "^2.0.9",
    "uppercamelcase": "^3.0.0",
    "webpack": "^5.105.4",
    "yjs": "^13.6.30",
    "yup": "0.32.11",
    "zustand": "4.4.2"
  },
  "peerDependencies": {
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/runtime": "7.26.0",
    "@bigbinary/neeto-atoms": "1.0.15",
    "@bigbinary/neeto-cist": "1.0.17",
    "@bigbinary/neeto-commons-frontend": "4.13.120",
    "@bigbinary/neeto-editor": "1.47.99",
    "@bigbinary/neeto-filters-frontend": "4.3.32",
    "@bigbinary/neeto-hotkeys": "1.0.9",
    "@bigbinary/neeto-icons": "1.20.86",
    "@bigbinary/neeto-image-uploader-frontend": "4.0.1",
    "@bigbinary/neeto-team-members-frontend": "5.0.29",
    "@bigbinary/neeto-time-zones": "0.8.21",
    "@bigbinary/neetoui": "8.6.0",
    "@dnd-kit/core": "^6.2.0",
    "@dnd-kit/modifiers": "^9.0.0",
    "@dnd-kit/sortable": "^10.0.0",
    "@fontsource-variable/geist": "^5.2.8",
    "@fullcalendar/core": "^6.1.8",
    "@fullcalendar/daygrid": "^6.1.8",
    "@fullcalendar/interaction": "^6.1.8",
    "@fullcalendar/react": "^6.1.8",
    "@fullcalendar/timegrid": "^6.1.8",
    "@hello-pangea/dnd": "16.3.0",
    "@honeybadger-io/js": "6.10.1",
    "@honeybadger-io/react": "6.1.25",
    "@rails/activestorage": "7.0.8-3",
    "@tailwindcss/postcss": "^4.1.11",
    "@tanstack/react-query": "5.59.20",
    "@tanstack/react-query-devtools": "5.59.20",
    "@tippyjs/react": "4.2.6",
    "@wojtekmaj/react-timerange-picker": "5.5.0",
    "antd": "5.22.1",
    "avvvatars-react": "0.4.2",
    "axios": "1.13.5",
    "classnames": "2.5.1",
    "dayjs": "1.11.13",
    "emoji-mart": "5.6.0",
    "formik": "2.4.6",
    "framer-motion": "11.11.11",
    "husky": "7.0.4",
    "i18next": "22.5.1",
    "js-logger": "1.6.1",
    "libphonenumber-js": "1.11.14",
    "linkify-react": "4.3.2",
    "linkifyjs": "4.3.2",
    "ramda": "0.29.0",
    "react": "18.3.1",
    "react-colorful": "5.6.1",
    "react-dom": "18.3.1",
    "react-drag-listview": "2.0.0",
    "react-dropzone": "14.3.8",
    "react-helmet": "^6.1.0",
    "react-i18next": "12.3.1",
    "react-intersection-observer": "^9.13.1",
    "react-resizable": "3.0.5",
    "react-router-dom": "5.3.3",
    "react-syntax-highlighter": "^15.5.0",
    "react-time-picker": "6.5.2",
    "react-toastify": "8.0.2",
    "tailwindcss": "4.1.11",
    "tippy.js": "6.3.7",
    "webpack": "^5.94.0",
    "yup": "0.32.11",
    "zustand": "4.4.2"
  },
  "packageManager": "yarn@4.9.2"
}