{
  "name": "@mbao01/next",
  "version": "0.8.11",
  "private": false,
  "type": "module",
  "author": "Ayomide Bakare",
  "license": "MIT",
  "description": "A fully ready-to-consume Next.js component and utility library",
  "keywords": [
    "react",
    "components",
    "ui",
    "library",
    "nextjs"
  ],
  "main": "./src/index.ts",
  "types": "dist/types/src/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/types/src/index.d.ts",
        "default": "./src/index.ts"
      }
    },
    "./styles": "./src/stylesheets/index.css"
  },
  "files": [
    "src",
    "dist/types"
  ],
  "bugs": "https://github.com/mbao01/mbao01/issues",
  "homepage": "https://ui.ayomidebakare.site/next/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mbao01/mbao01.git"
  },
  "sideEffects": [
    "*.css"
  ],
  "dependencies": {
    "@storybook/nextjs-vite": "^10.2.19",
    "clsx": "^2.1.1",
    "lucide-react": "^0.577.0",
    "@mbao01/common": "0.9.9"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^9.39.4",
    "@ianvs/prettier-plugin-sort-imports": "^4.7.1",
    "@storybook/addon-a11y": "^10.2.19",
    "@storybook/addon-coverage": "^3.0.0",
    "@storybook/addon-docs": "^10.2.19",
    "@storybook/addon-links": "^10.2.19",
    "@storybook/addon-onboarding": "^10.2.19",
    "@storybook/addon-themes": "^10.2.19",
    "@storybook/test-runner": "^0.24.2",
    "@tailwindcss/postcss": "^4.2.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest-image-snapshot": "^6.4.1",
    "@types/node": "^25.5.0",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "@typescript-eslint/eslint-plugin": "^8.57.0",
    "@typescript-eslint/parser": "^8.57.0",
    "@vitejs/plugin-react": "^5.2.0",
    "@vitest/coverage-v8": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "axe-playwright": "^2.2.2",
    "eslint": "^9.39.4",
    "eslint-config-next": "16.1.6",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.26",
    "eslint-plugin-storybook": "^10.2.19",
    "globals": "^16.5.0",
    "jest-image-snapshot": "^6.5.2",
    "jsdom": "^27.4.0",
    "next": "16.1.6",
    "next-router-mock": "^1.0.5",
    "path": "^0.12.7",
    "postcss": "^8.5.8",
    "prettier": "^3.8.1",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "react-router-dom": "^7.13.1",
    "storybook": "^10.2.19",
    "tailwindcss": "^4.2.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.0",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "next": "16"
  },
  "scripts": {
    "clean": "pnpx rimraf node_modules",
    "dev": "storybook dev -p 6007",
    "build": "next build",
    "postbuild": "tsc --project tsconfig.declaration.json",
    "build-storybook": "storybook build -o ../../docs/storybook/next",
    "lint": "eslint --report-unused-disable-directives --max-warnings 0",
    "prettier": "prettier --check \"**/*.{ts,tsx}\"",
    "prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
    "preview": "next dev",
    "prod": "pnpx http-server ../../docs/storybook/next --port 6007",
    "start": "next start",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui",
    "test:visual": "test-storybook --url http://127.0.0.1:6007",
    "test:visual:coverage": "test-storybook --coverage --url http://127.0.0.1:6007",
    "test:visual:ci": "test-storybook --ci --verbose --url http://127.0.0.1:6007",
    "test:visual:watch": "test-storybook --watch --url http://127.0.0.1:6007",
    "test:watch": "vitest"
  }
}