{
    "name": "@dhis2/ui-icons",
    "version": "10.16.3",
    "description": "Icons used in the UI libs",
    "main": "./build/cjs/react/index.js",
    "module": "./build/es/react/index.js",
    "exports": {
        "types": "./types/index.d.ts",
        "import": "./build/es/react/index.js",
        "require": "./build/cjs/react/index.js"
    },
    "author": "Viktor Varland <viktor@dhis2.org>",
    "license": "BSD-3-Clause",
    "private": false,
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/dhis2/ui.git",
        "directory": "icons"
    },
    "homepage": "https://github.com/dhis2/ui#readme",
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "start": "storybook dev -c ../storybook/config --port 5000",
        "build": "yarn run clean && yarn run build:icons && yarn run build:lib",
        "build:icons": "svgr -d src/react src/svg",
        "build:lib": "d2-app-scripts build",
        "clean": "rimraf ./src/react"
    },
    "files": [
        "build",
        "types",
        "src"
    ],
    "peerDependencies": {
        "react": "^16.13 || ^18",
        "react-dom": "^16.13 || ^18"
    },
    "dependencies": {},
    "devDependencies": {
        "react": "^18.3.1",
        "react-dom": "^18.3.1"
    },
    "types": "types"
}
