{
  "name": "wass-rct-ui",
  "version": "1.0.17",
  "description": "A lightweight and customizable WASS Rct UI component library for modern web applications.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "type": "module",
  "scripts": {
    "build": "rollup -c",
    "prepare": "npm run build",
    "test": "echo \"No tests specified\" && exit 0"
  },
  "peerDependencies": {
    "dayjs": "^1.11.13",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-router-dom": "^7.2.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-image": "^3.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-sucrase": "^5.0.2",
    "@rollup/plugin-typescript": "^12.1.2",
    "@rollup/plugin-url": "^8.0.2",
    "@svgr/rollup": "^8.1.0",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "rollup": "^4.36.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "sass-embedded": "^1.85.1",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "dayjs": "^1.11.13",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-router-dom": "^7.3.0",
    "tslib": "^2.8.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/WebAppSoftNK/wass-rct-ui"
  },
  "bugs": {
    "url": "https://github.com/WebAppSoftNK/wass-rct-ui/issues"
  },
  "homepage": "https://github.com/WebAppSoftNK/wass-rct-ui#readme",
  "keywords": [
    "rct",
    "rct-ui",
    "ui-components",
    "rct-library"
  ],
  "author": {
    "name": "Web Apps Software Solutions",
    "email": "webappsoft.nk@gmail.com",
    "url": "https://webappssoft.com"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16",
    "npm": ">=8"
  }
}
