{
  "name": "@talend/design-system",
  "version": "11.8.0",
  "description": "Talend Design System",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "./lib-esm/index.js",
  "exports": {
    "./lib/*": {
      "import": "./lib-esm/*/index.js",
      "require": "./lib/*/index.js"
    },
    ".": {
      "import": "./lib-esm/index.js",
      "require": "./lib/index.js"
    }
  },
  "scripts": {
    "build:lib": "talend-scripts build",
    "build:lib:umd": "talend-scripts build --umd --dev",
    "build:lib:umd:min": "talend-scripts build --umd --prod",
    "build:lib:esm": "talend-scripts build --esm",
    "pre-release": "npm run build:lib:umd && npm run build:lib:umd:min",
    "watch": "talend-scripts build --watch",
    "test": "talend-scripts test",
    "extract-i18n": "i18next-scanner --config i18next-scanner.config.js",
    "lint": "talend-scripts lint",
    "start": "talend-scripts start-storybook"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Talend/ui.git"
  },
  "keywords": [],
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Talend/ui/issues"
  },
  "homepage": "https://design.talend.com/",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@floating-ui/react": "^0.26.28",
    "@talend/assets-api": "^1.5.3",
    "@talend/design-tokens": "^3.4.5",
    "@talend/utils": "^3.4.0",
    "classnames": "^2.5.1",
    "modern-css-reset": "^1.4.0",
    "react-transition-group": "^2.9.0",
    "react-is": "^18.3.1",
    "react-use": "^17.6.0",
    "react-virtualized": "^9.22.6",
    "typeface-inconsolata": "^1.1.13",
    "typeface-source-sans-pro": "^1.1.13"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@storybook/addon-a11y": "^7.6.20",
    "@storybook/addon-actions": "^7.6.20",
    "@storybook/addon-essentials": "^7.6.20",
    "@storybook/addon-interactions": "^7.6.20",
    "@storybook/addon-links": "^7.6.20",
    "@storybook/addons": "^7.6.20",
    "@storybook/blocks": "^7.6.20",
    "@storybook/core-events": "^7.6.20",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react": "^7.6.20",
    "@storybook/testing-library": "^0.2.2",
    "@storybook/theming": "^7.6.20",
    "@svgr/webpack": "^8.1.0",
    "@talend/eslint-config": "^13.4.0",
    "@talend/eslint-plugin": "^1.5.0",
    "@talend/icons": "^7.13.0",
    "@talend/locales-design-system": "^7.15.1",
    "@talend/scripts-core": "^16.7.0",
    "@talend/scripts-config-babel": "^13.7.0",
    "@talend/scripts-config-react-webpack": "^16.10.0",
    "@talend/scripts-config-storybook-lib": "^5.7.0",
    "@talend/scripts-config-typescript": "^11.3.2",
    "@talend/storybook-docs": "^2.7.0",
    "@testing-library/jest-dom": "^6.8.0",
    "@types/classnames": "^2.3.4",
    "@types/jest": "^29.5.14",
    "@types/jest-axe": "^3.5.9",
    "@types/react-is": "^18.3.1",
    "@types/react": "^18.3.24",
    "@types/react-dom": "^18.3.7",
    "@types/react-transition-group": "^2.9.2",
    "@types/react-virtualized": "^9.22.2",
    "browser-sync": "^3.0.4",
    "browser-sync-webpack-plugin": "^2.4.0",
    "concurrently": "^8.2.2",
    "core-js": "^3.45.1",
    "focus-outline-manager": "^1.0.2",
    "i18next": "^23.16.8",
    "i18next-scanner": "^4.6.0",
    "i18next-scanner-typescript": "^1.2.1",
    "jest-axe": "^8.0.0",
    "mdx-embed": "^1.1.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-helmet": "^6.1.0",
    "react-hook-form": "^7.62.0",
    "react-i18next": "^13.5.0",
    "react-router-dom": "~6.3.0",
    "storybook-docs-toc": "^1.7.0"
  },
  "peerDependencies": {
    "@talend/icons": "^7.11.2",
    "@talend/locales-design-system": "^7.15.1",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.5.1",
    "i18next": "^23.16.8",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^13.5.0"
  }
}
