{
  "name": "@frontify/fondue-icons",
  "type": "module",
  "version": "0.17.0",
  "description": "Frontify's icon SVGs",
  "homepage": "https://github.com/Frontify/fondue",
  "repository": {
    "type": "git",
    "url": "https://github.com/Frontify/fondue",
    "directory": "packages/icons"
  },
  "bugs": {
    "url": "https://github.com/frontify/fondue/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "frontify",
    "react",
    "icons",
    "design system"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/fondue-icons.js"
    }
  },
  "files": [
    "icons",
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "react": "^18"
  },
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@etchteam/storybook-addon-status": "^5.0.0",
    "@frontify/eslint-config-react": "^0.17.7",
    "@iconify/tools": "^4.1.2",
    "@storybook/addon-a11y": "^8.6.12",
    "@storybook/addon-essentials": "^8.6.12",
    "@storybook/addon-interactions": "^8.6.12",
    "@storybook/addon-links": "^8.6.12",
    "@storybook/blocks": "^8.6.12",
    "@storybook/manager-api": "^8.6.12",
    "@storybook/preview-api": "^8.6.12",
    "@storybook/react": "^8.6.12",
    "@storybook/react-vite": "^8.6.12",
    "@storybook/theming": "^8.6.12",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.14.0",
    "@types/react": "^18.3.20",
    "@vitejs/plugin-react": "^4.3.4",
    "autoprefixer": "^10.4.21",
    "dotenv-cli": "^8.0.0",
    "eslint": "^8.57.1",
    "eslint-plugin-notice": "^1.0.0",
    "eslint-plugin-storybook": "^0.12.0",
    "figma-api": "^1.12.0",
    "fuzzysort": "^3.1.0",
    "lodash-es": "^4.17.21",
    "postcss": "^8.5.3",
    "prettier": "^3.5.3",
    "react": "^18.3.1",
    "storybook": "^8.6.12",
    "storybook-dark-mode": "^4.0.2",
    "svgson": "^5.3.1",
    "tailwindcss": "^3.4.17",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3",
    "vite": "^5.4.17",
    "vite-plugin-dts": "^4.5.3",
    "vite-plugin-external": "^6.1.0",
    "vite-tsconfig-paths": "^5.1.4",
    "@frontify/fondue-tokens": "^4.2.0"
  },
  "scripts": {
    "build": "pnpm build:download-new-icons && pnpm build:generate-react-icons && vite build",
    "build:download-new-icons": "dotenv tsx scripts/download_new_icons.ts",
    "build:generate-react-icons": "tsx scripts/generate_react_icons.ts",
    "build:storybook": "storybook build",
    "storybook": "storybook dev -p 6007",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "typecheck": "tsc --noEmit"
  }
}