{
    "name": "@apify/ui-icons",
    "version": "1.48.0",
    "description": "Icons as React components",
    "license": "Apache-2.0",
    "type": "module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "publishConfig": {
        "registry": "https://registry.npmjs.org",
        "access": "public"
    },
    "scripts": {
        "test": "echo \"Warning: no test specified\" && exit 0",
        "lint": "oxlint --type-aware .",
        "lint:fix": "oxlint --type-aware --fix .",
        "build": "pnpm run svgr && pnpm run clean && vite build && ./scripts/save_current_files_hash.sh",
        "rebuild-if-needed": "./scripts/rebuild_if_needed.sh",
        "type-check": "tsc --noEmit",
        "clean": "rimraf ./dist",
        "validate-assets": "node scripts/validate-assets.mjs",
        "svgr": "pnpm run validate-assets && svgr --silent --no-dimensions -d src/components src/assets --template src/template.cjs --index-template src/index-template.cjs --title-prop",
        "postinstall": "node scripts/create-barrel-file.mjs"
    },
    "dependencies": {
        "clsx": "^2.0.0"
    },
    "peerDependencies": {
        "react": "17.x || 18.x || 19.x",
        "react-dom": "17.x || 18.x || 19.x"
    },
    "devDependencies": {
        "@storybook/react-vite": "^10.3.5",
        "@svgr/cli": "8.1.0",
        "@types/react": "19.2.2",
        "@vitejs/plugin-react-swc": "^4.3.1",
        "styled-components": "^6.1.19",
        "vite": "^8.0.14",
        "vite-plugin-dts": "^5.0.1",
        "vite-plugin-lib-inject-css": "^2.2.2"
    },
    "gitHead": "b9cacd981df9dce25e2f91b4addafb3bbe6cdcd8"
}
