{
  "version": "0.6.0",
  "name": "@amityeko/rnr-client",
  "description": "AmityEko Packaged Business Capabilities - Rewards and Recognitions client",
  "author": "AmityEko <developers@amity.co> (https://amityeko.com)",
  "license": "CC-BY-ND-4.0",
  "keywords": [
    "amity",
    "amityeko",
    "pbc",
    "client",
    "reward",
    "recognition"
  ],
  "scripts": {
    "clean": "rimraf ./dist",
    "copy-theme": "copyfiles --error --follow --verbose --up 7 ../../node_modules/@amityeko/design-system/dist/themes/base.css dist/themes",
    "build": "yarn run clean && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript && yarn run copy-theme",
    "watch": "rollup --watch --config rollup.config.ts --configPlugin @rollup/plugin-typescript"
  },
  "packageManager": "yarn@3.2.0",
  "dependencies": {
    "@giphy/js-components": "5.8.3",
    "@reduxjs/toolkit": "1.9.1",
    "lit": "2.2.8",
    "pwa-helpers": "0.9.1"
  },
  "devDependencies": {
    "@giphy/js-types": "4.4.0",
    "@rollup/plugin-commonjs": "22.0.2",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "13.3.0",
    "@rollup/plugin-replace": "4.0.0",
    "@rollup/plugin-typescript": "8.3.4",
    "copyfiles": "2.4.1",
    "rimraf": "3.0.2",
    "rollup": "2.77.3",
    "rollup-plugin-copy": "3.4.0",
    "rollup-plugin-minify-html-literals": "1.2.6",
    "rollup-plugin-polyfill-node": "0.10.2",
    "rollup-plugin-summary": "1.4.3",
    "rollup-plugin-terser": "7.0.2",
    "tslib": "2.4.0",
    "typescript": "4.7.4"
  },
  "files": [
    "dist/components/**/*",
    "dist/pages/**/*",
    "dist/chunks/**/*",
    "dist/themes/**/*"
  ]
}