{
    "name": "@theorchard/suite-participant-components",
    "version": "2.8.2",
    "description": "Shared Participant components library",
    "author": "The Orchard",
    "homepage": "https://github.com/theorchard/orchard-suite#readme",
    "license": "MIT",
    "main": "dist/cjs/src/index.js",
    "module": "dist/esm/src/index.js",
    "types": "dist/esm/src/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/esm/src/index.js",
            "require": "./dist/cjs/src/index.js"
        }
    },
    "directories": {
        "lib": "dist"
    },
    "files": [
        "dist",
        "lib",
        "styles.scss"
    ],
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/react-ts-prettier",
        "rules": {
            "testing-library/no-render-in-lifecycle": "off"
        }
    },
    "scripts": {
        "build:cjs": "tsc --build ./tsconfig.cjs.json",
        "build:css": "./scripts/buildStyles.sh",
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build:assets": "cd ../suite-icons && pnpm run build:icons",
        "build": "pnpm run build:assets && pnpm run build:esm && pnpm run build:cjs && pnpm run build:css",
        "clean": "rm -rf dist & rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "lint:css": "stylelint 'src/**/*.scss' --syntax scss",
        "lint:js": "eslint --ext .js,.ts,.tsx,.jsx --cache --cache-location .cache/.eslintcache src",
        "lint": "pnpm lint:css && pnpm lint:js",
        "i18n": "rm -rf locale/index.ts && npx @theorchard/frontend-cli i18n --disable-global-scope --force-sync -ts",
        "i18n:dev": "pnpm run i18n -- -l en",
        "test:unit": "jest",
        "test": "pnpm lint && pnpm test:unit"
    },
    "dependencies": {
        "react-select": "^5.1.0"
    },
    "peerDependencies": {
        "@apollo/client": "3.x",
        "@theorchard/suite-components": ">=2.0.0",
        "@theorchard/suite-i18n": ">=1.0.0",
        "@theorchard/suite-icons": ">=2.0.0",
        "@theorchard/suite-identity": ">=1.0.0",
        "classnames": "2.x",
        "lodash-es": "^4.17.23",
        "react": ">=16.13.0"
    },
    "devDependencies": {
        "@cfaester/enzyme-adapter-react-18": "^0.8.0",
        "@theorchard/suite-components": "workspace:*",
        "@theorchard/suite-i18n": "workspace:*",
        "@theorchard/suite-icons": "workspace:*",
        "@theorchard/suite-identity": "workspace:*",
        "@types/enzyme": "^3.10.9",
        "enzyme": "^3.11.0",
        "enzyme-matchers": "^7.1.2",
        "enzyme-to-json": "^3.6.2",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "stylelint": "^13.13.1",
        "stylelint-config-recommended": "^5.0.0"
    }
}
