{
    "name": "@hrnet-org/hrnet-component-library",
    "private": false,
    "version": "0.4.0",
    "type": "module",
    "main": "dist/main.js",
    "types": "dist/main.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "dev": "vite",
        "build": "tsc --p ./tsconfig.build.json && vite build --emptyOutDir",
        "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
        "publish-library": "node ./scripts/publish-library"
    },
    "sideEffects": [
        "**/*.css"
    ],
    "engines": {
        "node": ">= 16.14"
    },
    "peerDependencies": {
        "react": "^18.2.0",
        "react-dom": "^18.2.0"
    },
    "devDependencies": {
        "@types/node": "^20.8.8",
        "@types/react": "^18.2.15",
        "@types/react-dom": "^18.2.7",
        "@typescript-eslint/eslint-plugin": "^6.0.0",
        "@typescript-eslint/parser": "^6.0.0",
        "@vitejs/plugin-react": "^4.0.3",
        "eslint": "^8.45.0",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-react-refresh": "^0.4.3",
        "glob": "^10.3.10",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "typescript": "^5.0.2",
        "vite": "^4.4.5",
        "vite-plugin-dts": "^3.6.1",
        "vite-plugin-lib-inject-css": "^1.3.0",
        "yargs": "^17.7.2"
    },
    "description": "React component library for the HRnet application.",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Nohavye/hrnet-component-library.git"
    },
    "keywords": [
        "hrnet",
        "react",
        "components",
        "library"
    ],
    "author": "Nohavye",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/Nohavye/hrnet-component-library/issues"
    },
    "homepage": "https://github.com/Nohavye/hrnet-component-library#readme"
}
