{
  "name": "basuite",
  "version": "1.0.7",
  "description": "BASuite is a developer-first React and Next.js component suite, blending the power of Tailwind CSS with the elegance of Ant Design.",
  "license": "MIT",
  "author": "Basit Ahmed",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "peerDependencies": {
    "@ant-design/icons": ">=5",
    "antd": ">=5",
    "@ant-design/v5-patch-for-react-19": ">=1.0.0",
    "axios": ">=1",
    "dayjs": ">=1",
    "react": ">=18.2.0 || >=19.0.0",
    "react-dom": ">=18.2.0 || >=19.0.0",
    "react-number-format": ">=5",
    "tailwindcss": ">=2.0.0",
    "xlsx": ">=0.18"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BasitAyaz/BASuite.git"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "react": "^19.1.1",
    "rollup-plugin-dts": "^6.2.3",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tslib": "^2.8.1",
    "typescript": "^5.9.2"
  },
  "scripts": {
    "rollup": "rollup -c --bundleConfigAsCjs"
  },
  "dependencies": {
    "rollup": "^4.49.0",
    "rollup-plugin-postcss": "^4.0.2"
  },
  "keywords": [
    "react",
    "nextjs",
    "component-library",
    "ui-library",
    "reusable-components",
    "antd",
    "ant-design",
    "tailwind",
    "tailwindcss",
    "axios",
    "dayjs",
    "react-number-format",
    "typescript",
    "rollup",
    "basuite",
    "design-system",
    "ui-kit",
    "frontend"
  ]
}