{
  "name": "finosyssuite",
  "version": "1.1.1",
  "description": "Finosys Suite is a Component Package for React and Next.js projects, using Tailwind CSS and Ant Design in its components.",
  "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.27.1",
    "axios": "^1.7.7",
    "dayjs": "^1.11.13",
    "react": ">=18.2.0 || >=19.0.0",
    "react-dom": ">=18.2.0 || >=19.0.0",
    "react-number-format": "^5.4.0",
    "tailwindcss": ">=2.0.0",
    "xlsx": "^0.18.5"
  },
  "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",
    "finosys",
    "finosyssuite",
    "design-system",
    "ui-kit",
    "frontend"
  ]
}