{
  "name": "@dexma/ui-components",
  "version": "8.0.43",
  "description": "DEXMA UI Components (React)",
  "main": "./dist/ui-components.umd.js",
  "module": "./dist/ui-components.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/ui-components.es.js",
      "require": "./dist/ui-components.umd.js"
    },
    "./fonts.css": "./dist/fonts.css",
    "./fonts/*": "./dist/fonts/*"
  },
  "engines": {
    "node": "18"
  },
  "scripts": {
    "build": "npm run build-icons && tsc && vite build && npm run build-fonts",
    "build-storybook": "npm run build-icons && npm run build-fonts && storybook build -o docs",
    "build-icons": "node scripts/buildIconConfig.mjs",
    "build-fonts": "node scripts/buildFontConfig.mjs",
    "clean-build": "rm -rf dist",
    "coverage": "vitest run --coverage && npx serve coverage",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx --fix",
    "test": "npm run build-icons && vitest run --coverage",
    "test:ui": "npm run build-icons && vitest --ui --config vitest-ui.config.mts",
    "format": "npm run eslint:fix && npm run prettier",
    "prettier": "prettier -w \"{src,test}/**/*.+(ts|tsx|json|mdx)\"",
    "eslint": "eslint \"{src,test}/**/*.+(ts|tsx)\"",
    "eslint:fix": "eslint --fix \"{src,test}/**/*.+(ts|tsx)\"",
    "prepare": "husky install",
    "prepack": "json -f package.json -I -e \"delete this.devDependencies; delete this.dependencies\"",
    "semantic-release": "semantic-release",
    "storybook": "npm run build-icons && npm run build-fonts && storybook dev -p 6006"
  },
  "publishConfig": {
    "tag": "latest"
  },
  "release": {
    "branch": "master",
    "tagFormat": "v${version}",
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "releaseRules": [
            {
              "type": "feat",
              "release": "patch"
            },
            {
              "type": "fix",
              "release": "patch"
            },
            {
              "breaking": true,
              "release": "patch"
            }
          ]
        }
      ],
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "peerDependencies": {
    "antd": "5.11.5",
    "highcharts": "^11.3.0",
    "moment": "^2.30.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "styled-components": "^6.1.11",
    "rc-select": "^14.10.0"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx,json,css,md}": [
      "npm run format"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && git update-index --again"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dexma/ui-components.git"
  },
  "keywords": [
    "ui",
    "components",
    "utils",
    "react"
  ],
  "author": "Spacewell Energy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dexma/ui-components/issues"
  },
  "homepage": "https://github.com/dexma/ui-components#readme",
  "volta": {
    "node": "18.20.5",
    "npm": "10.9.1"
  },
  "files": [
    "dist"
  ]
}
