{
  "name": "@bigbinary/neetoui",
  "version": "8.3.78",
  "author": "BigBinary",
  "license": "MIT",
  "description": "neetoUI drives the experience at all neeto products",
  "scripts": {
    "bundle": "NODE_ENV=production rollup --bundleConfigAsCjs -c rollup.config.js",
    "build": "NODE_ENV=production storybook build",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "serve": "node .storybook/express",
    "prepare": "husky install",
    "test": "jest"
  },
  "files": [
    "dist",
    "types",
    "*.d.ts",
    "src/translations"
  ],
  "lint-staged": {
    "**/*.{html,md,js,jsx,json}": [
      "prettier --write",
      "eslint --cache --fix"
    ]
  },
  "engines": {
    "node": ">=22.13",
    "npm": ">=9"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/cjs/index.js",
      "style": "./dist/index.css",
      "types": "./index.d.ts"
    },
    "./layouts": {
      "import": "./dist/layouts.js",
      "require": "./dist/cjs/layouts.js",
      "types": "./layouts.d.ts"
    },
    "./formik": {
      "import": "./dist/formik/index.js",
      "require": "./dist/cjs/formik/index.js",
      "types": "./formik.d.ts"
    },
    "./managers": {
      "import": "./dist/managers.js",
      "require": "./dist/cjs/managers.js",
      "types": "./managers.d.ts"
    },
    "./*": {
      "import": "./dist/*.js",
      "require": "./dist/cjs/*.js",
      "types": "./types/*.d.ts"
    },
    "./formik/*": {
      "import": "./dist/formik/*.js",
      "require": "./dist/cjs/formik/*.js",
      "types": "./types/formik/*.d.ts"
    },
    "./translations": {
      "import": "./src/translations/index.js",
      "require": "./src/translations/index.js"
    },
    "./translations/*": {
      "import": "./src/translations/*.json",
      "require": "./src/translations/*.json"
    },
    "./dist": {
      "import": "./dist/index.js",
      "require": "./dist/cjs/index.js",
      "style": "./dist/index.css",
      "types": "./index.d.ts"
    }
  },
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/eslint-parser": "7.17.0",
    "@babel/plugin-transform-runtime": "^7.19.1",
    "@babel/preset-env": "7.17.10",
    "@babel/preset-react": "7.16.7",
    "@babel/preset-typescript": "^7.18.6",
    "@babel/runtime": "7.19.0",
    "@bigbinary/babel-preset-neeto": "^1.0.3",
    "@bigbinary/eslint-plugin-neeto": "1.5.8",
    "@bigbinary/neeto-cist": "1.0.3",
    "@bigbinary/neeto-commons-frontend": "^3.0.10",
    "@bigbinary/neeto-datepicker": "^1.0.4",
    "@bigbinary/neeto-hotkeys": "1.0.4",
    "@bigbinary/neeto-icons": "1.20.64",
    "@reach/auto-id": "0.15.0",
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-replace": "^6.0.1",
    "@storybook/addon-docs": "^9.0.18",
    "@storybook/blocks": "^8.6.14",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react-webpack5": "^9.0.18",
    "@svgr/rollup": "^8.1.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "16.3.0",
    "@testing-library/react-hooks": "^8.0.0",
    "@testing-library/user-event": "14.6.1",
    "@tippyjs/react": "4.2.6",
    "@vueless/storybook-dark-mode": "^9.0.6",
    "@wojtekmaj/react-timerange-picker": "^5.5.0",
    "antd": "5.16.0",
    "autoprefixer": "10.4.20",
    "avvvatars-react": "^0.4.2",
    "babel-jest": "30.0.4",
    "babel-loader": "^8.2.5",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "babel-plugin-import": "^1.13.8",
    "babel-plugin-istanbul": "^6.1.1",
    "babel-plugin-js-logger": "1.0.17",
    "babel-plugin-macros": "3.1.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",
    "classnames": "2.2.1",
    "css-loader": "4.3.0",
    "cssnano": "4.1.11",
    "dayjs": "1.11.10",
    "eslint": "8.14.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-cypress": "2.12.1",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jam3": "0.2.3",
    "eslint-plugin-json": "3.1.0",
    "eslint-plugin-no-unsanitized": "^4.0.2",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-promise": "6.0.0",
    "eslint-plugin-react": "7.29.4",
    "eslint-plugin-react-hooks": "4.5.0",
    "eslint-plugin-security": "^1.7.1",
    "eslint-plugin-sonarjs": "^0.21.0",
    "eslint-plugin-storybook": "^0.9.0",
    "eslint-plugin-unused-imports": "2.0.0",
    "eslint-plugin-xss": "^0.1.12",
    "express": "^4.18.2",
    "formik": "2.2.0",
    "framer-motion": "11.2.14",
    "globby": "^14.1.0",
    "husky": "7.0.1",
    "i18next": "21.7.0",
    "identity-obj-proxy": "3.0.0",
    "jest": "30.0.4",
    "jest-environment-jsdom": "30.0.4",
    "jest-fail-on-console": "^3.3.1",
    "linkify-react": "4.3.2",
    "linkifyjs": "4.3.2",
    "lint-staged": "11.0.0",
    "monaco-editor": "^0.50.0",
    "monaco-editor-webpack-plugin": "^7.1.0",
    "postcss": "8.4.49",
    "postcss-import": "^15.0.0",
    "postcss-loader": "^7.0.1",
    "postcss-preset-env": "7.8.2",
    "prettier": "2.6.2",
    "prettier-plugin-tailwindcss": "0.1.10",
    "prop-types": "15.8.1",
    "qs": "^6.11.2",
    "ramda": "^0.29.0",
    "raw-loader": "4.0.2",
    "react": "^18.2.0",
    "react-colorful": "^5.6.1",
    "react-dom": "^18.2.0",
    "react-drag-listview": "^2.0.0",
    "react-i18next": "11.16.8",
    "react-live": "^4.1.7",
    "react-monaco-editor": "^0.56.0",
    "react-resizable": "^3.0.4",
    "react-router-dom": "5.3.3",
    "react-select": "5.6.0",
    "react-time-picker": "^6.5.2",
    "react-toastify": "9.0.1",
    "rfs": "^10.0.0",
    "rollup": "^4.24.0",
    "rollup-plugin-cleaner": "^1.0.0",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-styles": "^4.0.0",
    "sass": "1.26.11",
    "sass-loader": "10.0.2",
    "storybook": "^9.0.18",
    "storybook-addon-designs": "^6.3.1",
    "storybook-addon-rtl": "^2.0.0",
    "style-loader": "1.2.1",
    "tailwindcss": "^3.4.1",
    "tinycolor2": "^1.4.2",
    "tippy.js": "6.3.7",
    "use-eye-dropper": "^1.4.3",
    "yup": "0.32.11",
    "zustand": "4.3.2"
  },
  "peerDependencies": {
    "@babel/runtime": "7.19.0",
    "@bigbinary/neeto-cist": "1.0.3",
    "@bigbinary/neeto-commons-frontend": "^3.0.10",
    "@bigbinary/neeto-datepicker": "^1.0.4",
    "@bigbinary/neeto-hotkeys": "1.0.4",
    "@bigbinary/neeto-icons": "1.20.64",
    "@tippyjs/react": "4.2.6",
    "@wojtekmaj/react-timerange-picker": "^5.5.0",
    "antd": "5.16.0",
    "avvvatars-react": "^0.4.2",
    "classnames": "2.2.1",
    "dayjs": "1.11.10",
    "formik": "2.2.0",
    "framer-motion": "11.2.14",
    "i18next": "21.7.0",
    "linkify-react": "4.3.2",
    "linkifyjs": "4.3.2",
    "qs": "^6.11.2",
    "ramda": "^0.29.0",
    "react": "^18.2.0",
    "react-colorful": "^5.6.1",
    "react-dom": "^18.2.0",
    "react-drag-listview": "^2.0.0",
    "react-i18next": "11.16.8",
    "react-resizable": "^3.0.4",
    "react-router-dom": "5.3.3",
    "react-time-picker": "^6.5.2",
    "react-toastify": "9.0.1",
    "tippy.js": "6.3.7",
    "yup": "0.32.11",
    "zustand": "4.3.2"
  },
  "directories": {
    "src": "src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigbinary/neeto-ui.git"
  },
  "keywords": [
    "components",
    "ui",
    "styles",
    "layouts"
  ],
  "bugs": {
    "url": "https://github.com/bigbinary/neeto-ui/issues"
  },
  "homepage": "https://neeto-ui.neeto.com",
  "packageManager": "yarn@4.9.2"
}