{
  "name": "alurkerja-ui",
  "version": "0.0.586",
  "license": "MIT",
  "author": "shaddamalbz",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/alurkerja-ui.js",
  "module": "./dist/alurkerja-ui.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/alurkerja-ui.js"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "scripts": {
    "test:run": "vitest --run",
    "test:watch": "vitest --watch",
    "coverage": "vitest run --coverage",
    "dev": "vite dev",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "lint": "prettier ./src --write",
    "prepare": "husky install"
  },
  "peerDependencies": {
    "react-hook-form": "7.46.1",
    "react-select": "^5.7.2"
  },
  "dependencies": {
    "@headlessui/react": "^1.7.14",
    "@types/dompurify": "^3.0.2",
    "buffer": "^6.0.3",
    "dompurify": "^3.0.3",
    "primereact": "^10.3.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.4.5",
    "react-tiny-popover": "8.0.4"
  },
  "devDependencies": {
    "@floating-ui/core": "^1.4.1",
    "@floating-ui/react": "^0.25.2",
    "@storybook/addon-essentials": "7.4.0",
    "@storybook/addon-interactions": "7.4.0",
    "@storybook/addon-links": "7.4.0",
    "@storybook/addon-styling": "^1.3.7",
    "@storybook/blocks": "7.4.0",
    "@storybook/react": "7.4.0",
    "@storybook/react-vite": "7.4.0",
    "@storybook/testing-library": "0.2.0",
    "@tailwindcss/forms": "^0.5.3",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/draftjs-to-html": "^0.8.1",
    "@types/html-to-draftjs": "^1.4.0",
    "@types/lodash": "^4.14.198",
    "@types/react": "^18.0.26",
    "@types/react-datepicker": "^4.11.2",
    "@types/react-dom": "^18.0.9",
    "@types/react-draft-wysiwyg": "^1.13.4",
    "@types/underscore": "^1.11.4",
    "@typescript-eslint/eslint-plugin": "^5.46.0",
    "@typescript-eslint/parser": "^5.46.0",
    "@vitejs/plugin-react": "^3.0.0",
    "@vitest/coverage-c8": "^0.25.6",
    "autoprefixer": "^10.4.14",
    "axios": "^1.3.5",
    "bpmn-js": "^13.1.0",
    "clsx": "^2.0.0",
    "draft-js": "^0.11.7",
    "draftjs-to-html": "^0.9.1",
    "eslint": "8.2.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-jsx-a11y": "6.5.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "7.28.0",
    "eslint-plugin-react-hooks": "4.3.0",
    "eslint-plugin-storybook": "^0.6.13",
    "html-to-draftjs": "^1.5.0",
    "husky": "^8.0.3",
    "jsdom": "^20.0.3",
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "postcss": "^8.4.22",
    "postcss-loader": "^7.2.4",
    "prettier": "3.0.0",
    "prop-types": "15.8.1",
    "react-datepicker": "^4.14.1",
    "react-draft-wysiwyg": "^1.15.0",
    "react-drag-drop-files": "^2.3.10",
    "react-dropzone": "^14.2.3",
    "react-hook-form": "7.46.1",
    "react-icons": "^4.8.0",
    "react-select": "^5.7.2",
    "sass": "^1.62.0",
    "storybook": "7.4.0",
    "sweetalert2": "^11.7.3",
    "tailwind-scrollbar": "^3.0.0",
    "tailwindcss": "^3.3.1",
    "typescript": "^4.9.3",
    "underscore": "^1.13.6",
    "vite": "^3.0.7",
    "vite-plugin-dts": "^2.3.0",
    "vitest": "^0.25.6"
  },
  "resolutions": {
    "jackspeak": "2.1.1"
  }
}
