{
  "name": "@superjm/react",
  "description": "React components for Juragan Material UI",
  "version": "0.4.1",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "files": [
    "dist/**"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "dependencies": {
    "@ark-ui/react": "^2.1.1",
    "clsx": "^2.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "@superjm/react-svg": "0.1.0",
    "@superjm/base": "0.4.0"
  },
  "peerDependencies": {
    "@superjm/base": "0.4.0"
  },
  "devDependencies": {
    "@storybook/addon-essentials": "^7.2.2",
    "@storybook/addon-interactions": "^7.2.2",
    "@storybook/addon-links": "^7.2.2",
    "@storybook/addon-onboarding": "^1.0.8",
    "@storybook/blocks": "^7.2.2",
    "@storybook/react": "^7.2.2",
    "@storybook/react-vite": "^7.2.2",
    "@storybook/testing-library": "^0.2.0",
    "@testing-library/jest-dom": "^6.0.1",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "@types/react-is": "^18.2.4",
    "@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-jest-dom": "^5.0.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "eslint-plugin-storybook": "^0.6.13",
    "eslint-plugin-testing-library": "^6.0.0",
    "jsdom": "^22.1.0",
    "storybook": "^7.2.2",
    "typescript": "^5.0.2",
    "vite": "^4.4.5",
    "vitest": "^0.34.2",
    "@superjm/releaser": "0.0.0"
  },
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "eslint --report-unused-disable-directives --max-warnings 0 --",
      "vitest run --"
    ]
  },
  "scripts": {
    "dev": "concurrently -p \"REACT-{name}\" --names \"VITE,TS,TEST,STORYBOOK\" \"vite build --watch\" \"pnpm build:types\" \"pnpm test:watch\" \"pnpm storybook\"",
    "build": "tsc -p tsconfig.prod.json && vite build && pnpm build:types -p tsconfig.prod.json",
    "build:docs": "storybook build",
    "build:types": "tsc --noEmit false --declaration --emitDeclarationOnly --outDir dist/types",
    "lint": "eslint \"**/*.{ts,tsx}\" --report-unused-disable-directives --max-warnings 0",
    "release": "release-it",
    "storybook": "storybook dev -p 9091",
    "test": "vitest run",
    "test:watch": "vitest watch"
  }
}