{
  "name": "@tedi-design-system/react",
  "version": "18.0.0",
  "type": "module",
  "sideEffects": false,
  "exports": {
    "./tedi": {
      "types": "./src/tedi/index.d.ts",
      "import": "./tedi.es.js",
      "require": "./tedi.cjs.js"
    },
    "./community": {
      "types": "./src/community/index.d.ts",
      "import": "./community.es.js",
      "require": "./community.cjs.js"
    },
    "./index.css": "./index.css"
  },
  "scripts": {
    "prepare": "husky",
    "start": "storybook dev -p 4400 -c .storybook",
    "build": "rm -rf dist && vite build --config vite.lib.config.ts && replace-in-file //fonts//g \"./fonts/\" dist/index.css --isRegex",
    "build:sb": "storybook build -c .storybook -o dist/storybook-static --stats-json",
    "lint": "npx stylelint \"src/**/*.scss\" --fix && eslint \"src/**/*.{ts,tsx}\" --no-ignore --fix",
    "lint:ci": "npx stylelint \"src/**/*.scss\" --quiet && npx eslint . --quiet",
    "test": "jest --config ./jest.config.ts --passWithNoTests",
    "test:coverage": "jest --config ./jest.config.ts --coverage",
    "release": "npx semantic-release",
    "chromatic": "npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TEDI-Design-System/react.git"
  },
  "engines": {
    "npm": ">=11.0.0",
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@emotion/react": "^11.11.4",
    "@emotion/styled": "^11.11.0",
    "@floating-ui/react": "^0.27.19",
    "@mui/material": "^5.15.13",
    "@mui/x-date-pickers": "^5.0.20",
    "@tanstack/react-table": "^8.13.2",
    "@tedi-design-system/core": "6.4.3",
    "classnames": "^2.5.1",
    "draft-js": "^0.11.7",
    "draftjs-md-converter": "^1.5.2",
    "formik": "^2.4.5",
    "lodash-es": "^4.18.1",
    "react-animate-height": "^3.2.3",
    "react-day-picker": "^9.13.2",
    "react-dropzone": "^14.3.5",
    "react-select": "^5.10.1",
    "react-sticky-box": "2.0.5",
    "react-toastify": "^11.0.5",
    "what-input": "^5.2.12",
    "yup": "^1.4.0"
  },
  "peerDependencies": {
    "dayjs": "^1.11.10",
    "react": "18.3.1 || ^19.0.0",
    "react-dom": "18.3.1 || ^19.0.0"
  },
  "devDependencies": {
    "@etchteam/storybook-addon-status": "^8.1.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.26.0",
    "@chromatic-com/storybook": "^5.2.1",
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.0.0",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@faker-js/faker": "^10.3.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^13.1.5",
    "@storybook/addon-a11y": "^10.4.6",
    "@storybook/addon-designs": "^11.1.3",
    "@storybook/addon-docs": "^10.4.6",
    "@storybook/builder-vite": "^10.4.6",
    "@storybook/react": "^10.4.6",
    "@storybook/react-vite": "^10.4.6",
    "@testing-library/dom": "^9.3.4",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "15.0.6",
    "@testing-library/user-event": "^14.5.2",
    "@types/css-modules": "^1.0.5",
    "@types/dompurify": "^3.2.0",
    "@types/draft-js": "^0.11.20",
    "@types/jest": "29.5.14",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "20.11.28",
    "@types/react": "18.3.1",
    "@types/react-dom": "18.3.0",
    "@types/showdown": "^2.0.6",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "@vitejs/plugin-react": "^4.3.4",
    "chromatic": "^13.3.4",
    "dompurify": "^3.3.0",
    "eslint": "8.48.0",
    "eslint-config-next": "^13.4.6",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "eslint-plugin-storybook": "^10.4.6",
    "eslint-plugin-unused-imports": "^4.1.4",
    "husky": "^9.0.11",
    "identity-obj-proxy": "^3.0.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "30.4.1",
    "linkify-string": "^4.1.3",
    "lint-staged": "^16.1.6",
    "next": "^16.2.2",
    "prettier": "^2.8.8",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "replace-in-file": "^8.4.0",
    "rollup-plugin-preserve-directives": "^0.4.0",
    "rollup-plugin-visualizer": "^6.0.5",
    "sass": "^1.83.1",
    "semantic-release": "^25.0.3",
    "showdown": "^2.1.0",
    "storybook": "^10.4.6",
    "storybook-addon-pseudo-states": "^10.4.6",
    "stylelint": "^16.13.2",
    "stylelint-config-recess-order": "^7.7.0",
    "stylelint-config-standard-scss": "^14.0.0",
    "stylelint-declaration-strict-value": "^1.9.2",
    "ts-jest": "29.1.2",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "5.9.2",
    "vite": "^5.4.11",
    "vite-plugin-checker": "^0.6.4",
    "vite-plugin-dts": "4.5.4",
    "vite-plugin-static-copy": "^2.2.0"
  },
  "commitlint": {
    "extends": "@commitlint/config-conventional",
    "rules": {
      "subject-case": [
        1,
        "always",
        "start-case"
      ],
      "subject-min-length": [
        2,
        "always",
        10
      ],
      "references-empty": [
        2,
        "never"
      ]
    }
  },
  "lint-staged": {
    "src/**/*.{css,scss}": [
      "stylelint --fix",
      "prettier --write"
    ],
    "src/**/*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "overrides": {
    "dayjs": "$dayjs"
  }
}
