{
  "name": "@mest-fe/ui",
  "version": "0.5.11",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "types": "esm/index.d.ts",
  "unpkg": "dist/index.js",
  "scripts": {
    "dev": "storybook dev -p 3000 --no-open",
    "storybook:build": "storybook build -s public && node ./scripts/storybook-build-after.js",
    "format": "prettier --write .",
    "lint": "eslint \"{components,src}/**/*.{js,ts,tsx}\"",
    "test": "jest --config .jest.config.js --no-cache",
    "test:update": "jest --config .jest.config.js --no-cache --update-snapshot",
    "build:clear": "rm -rf ./dist ./esm",
    "build:rollup": "rollup -c scripts/rollup.config.js",
    "build:babel": "babel --no-babelrc --config-file ./scripts/babel.config.js --extensions \".js,.ts,.tsx\" ./components --out-dir ./esm --ignore \"**/__tests__/**/*,**/*.d.ts\"",
    "build:types": "ttsc -p ./scripts & ttsc -p ./scripts --outDir ./esm",
    "build": "yarn build:clear && yarn build:rollup && yarn build:babel && yarn build:types",
    "release": "yarn build && yarn publish --tag=dev"
  },
  "license": "MIT",
  "description": "Mest Design System",
  "homepage": "https://ui.mest.io",
  "bugs": {
    "url": "https://github.com/mest-io/ui/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mest-io/ui"
  },
  "publishConfig": {
    "access": "public"
  },
  "prettier": "@mest-fe/prettier",
  "keywords": [
    "mest ui",
    "mest design",
    "components",
    "react components",
    "react ui"
  ],
  "files": [
    "/dist",
    "/esm"
  ],
  "sideEffects": false,
  "devDependencies": {
    "@babel/cli": "^7.18.9",
    "@babel/core": "^7.18.9",
    "@babel/plugin-transform-runtime": "^7.18.9",
    "@babel/preset-env": "^7.21.5",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.5",
    "@mest-fe/eslint-config-react": "^0.2.1",
    "@mest-fe/eslint-config-ts": "^0.2.1",
    "@mest-fe/prettier": "^0.1.0",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@storybook/addon-docs": "^7.0.7",
    "@storybook/addon-essentials": "^7.0.7",
    "@storybook/addon-interactions": "^7.0.7",
    "@storybook/addon-links": "^7.0.7",
    "@storybook/addon-mdx-gfm": "^7.0.7",
    "@storybook/blocks": "^7.0.7",
    "@storybook/react": "^7.0.12",
    "@storybook/react-webpack5": "^7.0.12",
    "@storybook/theming": "7.0.7",
    "@testing-library/dom": "^8.19.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@types/jest": "^29.2.3",
    "@types/node": "^18.0.6",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.9",
    "babel-jest": "^29.3.1",
    "cross-env": "^7.0.3",
    "eslint-plugin-react-hooks": "^4.6.0",
    "fs-extra": "^10.1.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^5.0.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-local-resolve": "^1.0.7",
    "storybook": "7.0.7",
    "ts-jest": "^29.0.3",
    "ttypescript": "^1.5.13",
    "typescript": "^4.9.3",
    "typescript-transform-paths": "^3.3.1"
  },
  "dependencies": {
    "@floating-ui/react": "^0.20.1",
    "@radix-ui/react-scroll-area": "^1.0.4",
    "@stitches/react": "^1.2.8",
    "@tabler/icons-react": "^2.20.0"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  }
}
