{
  "name": "@sunrise-upc/mobile-prod-card",
  "version": "9.11.0",
  "description": "Starter project to create reusable functional component",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist",
    "package.json"
  ],
  "typings": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rimraf dist",
    "build": "npm run clean && rollup -c",
    "dev": "npm run clean && rollup -c -w",
    "prepare": "npm run build",
    "prepatch": "npm --no-git-tag-version version prepatch",
    "release:major": "npm version major && npm publish --access public --tag latest",
    "release:minor": "npm version minor && npm publish --access public --tag latest",
    "release:patch": "npm version patch && npm publish --access public --tag latest",
    "release:prepatch": "npm version prepatch --preid=beta && npm publish --access public --tag latest",
    "release:prerelease": "npm version prerelease --preid=beta && npm publish --access public --tag latest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://Angles_Kathirvel@bitbucket.org/sunrisedigitalbusiness/sunrise-b2c-mobile-prod-card.git"
  },
  "author": "Angles Kathirvel",
  "license": "ISC",
  "bugs": {
    "url": "https://bitbucket.org/sunrisedigitalbusiness/fun-components-starter/issues"
  },
  "homepage": "https://bitbucket.org/sunrisedigitalbusiness/fun-components-starter#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.2.1",
    "@rollup/plugin-typescript": "^10.0.1",
    "@types/js-cookie": "^3.0.3",
    "@types/node": "^16.18.11",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "@types/uuid": "^8.3.4",
    "axios": "^0.21.4",
    "postcss": "8.4.21",
    "rimraf": "^3.0.2",
    "rollup": "^3.9.1",
    "rollup-plugin-dts": "^5.1.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-scss": "^3.0.0",
    "sass": "^1.57.1",
    "semver": "^7.3.8",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4",
    "cookies-next": "^2.1.1"
  },
  "peerDependencies": {
    "@sunrise-upc/ajax-lib": "^1.1.5",
    "js-cookie": "^3.0.1",
    "react": "^17.0.2",
    "react-bootstrap": "^2.0.0-beta.4",
    "react-dom": "^17.0.2",
    "react-multi-carousel": "^2.8.4",
    "storyblok-rich-text-react-renderer-ts": "^3.2.0",
    "uuid": "^8.3.2",
    "react-select": "^5.2.2",
    "react-loading-skeleton": "^3.4.0"
  },
  "dependencies": {
    "moment": "^2.30.1"
  }
}
