{
  "name": "ds-smart-ui",
  "description": "Smart UI v1.0.5 — A production-ready React component library by PT Praisindo Teknologi. Covers inputs, navigation, data display, feedback, and layout with a unified design system, semantic Typography tokens, and full Storybook documentation.",
  "author": {
    "name": "Anas Shofyan",
    "email": "anasshofyandev@gmail.com"
  },
  "private": false,
  "version": "1.0.5",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anashofyan/ds-smart-ui.git"
  },
  "keywords": [
    "react",
    "smart-ui",
    "ds-smart-ui",
    "smart-ui-react"
  ],
  "type": "module",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "sideEffects": [
    "./dist/style.css",
    "*.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js",
      "default": "./dist/index.es.js"
    },
    "./style.css": "./dist/style.css",
    "./dist/style.css": "./dist/style.css"
  },
  "files": [
    "/dist",
    "src/assets",
    "/dist/style.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc --emitDeclarationOnly && vite build",
    "prepare": "npm run build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "release:alpha": "npm version prerelease --preid=alpha && npm publish --access public --tag alpha",
    "release:patch": "npm version patch -m \"chore(release): %s\" && git push --follow-tags",
    "release:minor": "npm version minor -m \"chore(release): %s\" && git push --follow-tags",
    "release:major": "npm version major -m \"chore(release): %s\" && git push --follow-tags",
    "pub": "npm publish --access public"
  },
  "peerDependencies": {
    "class-variance-authority": "^0.7.0",
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^5.2.1",
    "@storybook/addon-docs": "^10.5.5",
    "@storybook/addon-onboarding": "^10.5.5",
    "@storybook/react-vite": "^10.5.5",
    "@types/node": "^20.12.12",
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22",
    "@types/react-window": "^1.8.8",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "@vitejs/plugin-react-swc": "^3.5.0",
    "autoprefixer": "^10.4.19",
    "clsx": "^2.1.1",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.6",
    "eslint-plugin-storybook": "^10.5.5",
    "lucide-react": "^0.379.0",
    "postcss": "^8.4.38",
    "react-router-dom": "^6.23.1",
    "storybook": "^10.5.5",
    "tailwind-merge": "^2.3.0",
    "tailwindcss": "^3.4.3",
    "typescript": "^5.2.2",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-windicss": "^1.9.3"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/icons-material": "^6.4.2",
    "@mui/material": "^6.4.2",
    "@mui/x-date-pickers": "^7.25.0",
    "@radix-ui/react-switch": "^1.1.3",
    "framer-motion": "^12.33.0",
    "lottie-react": "^2.4.1",
    "material-react-table": "^3.1.0",
    "react-dropzone": "^14.4.0",
    "react-number-format": "^5.4.4",
    "react-select": "^5.8.0",
    "react-textarea-autosize": "^8.5.7",
    "react-window": "^1.8.11"
  }
}
