{
  "name": "@gratify-eu/cart",
  "version": "0.14.0-alpha.11",
  "description": "Cart Library for @gratify-eu",
  "main": "lib/index.cjs.js",
  "module": "lib/index.js",
  "style": "lib/cart.css",
  "files": [
    "src",
    "lib"
  ],
  "repository": "https://github.com/gratify-eu/gratify/tree/master/packages/@gratify-eu/cart",
  "license": "Apache-2.0",
  "contributors": [
    {
      "name": "Meiko Udras",
      "email": "meikoudras@gmail.com"
    }
  ],
  "keywords": [
    "ecommerce"
  ],
  "publishConfig": {
    "access": "public"
  },
  "resolutions": {
    "styled-components": "^5"
  },
  "scripts": {
    "build": "yarn run clean && yarn run compile",
    "clean": "rimraf lib/*",
    "compile": "npm run compile:rollup",
    "compile:rollup": "rollup -c",
    "watch": "rollup -cw",
    "start": "npm run watch"
  },
  "peerDependencies": {
    "react": "^16.14.0 || ^17.0.2 || ^18.2.0",
    "react-dom": "^16.14.0 || ^17.0.2 || ^18.2.0"
  },
  "dependencies": {
    "@gitbook/slate": "^4.1.3",
    "@gratify-eu/api-client": "^0.14.0-alpha.0",
    "@gratify-eu/entities": "^0.14.0-alpha.0",
    "@loadable/component": "^5.13.1",
    "axios": "^0.20.0",
    "classnames": "^2.2.6",
    "cuid": "^2.1.8",
    "hls.js": "^1.6.7",
    "i18n-iso-countries": "^6.2.2",
    "i18next": "^19.7.0",
    "i18next-browser-languagedetector": "^6.0.1",
    "i18next-chained-backend": "^2.0.1",
    "i18next-localstorage-backend": "^3.1.1",
    "i18next-locize-backend": "^4.1.2",
    "i18next-sprintf-postprocessor": "^0.2.2",
    "immutable": "^4.0.0-rc.12",
    "kea": "2.6.0",
    "kea-localstorage": "1.1.2",
    "kea-saga": "2.0.0",
    "lodash": "^4.17.20",
    "markup-it": "^12.1.1",
    "parse-link-header": "^1.0.1",
    "polished": "^3.6.5",
    "postcss": "^8.4.30",
    "prop-types": "^15.7.2",
    "react-element-resize": "^0.2.2",
    "react-i18next": "^11.7.2",
    "react-is": "^16.13.1",
    "react-phone-input-2": "^2.7.1",
    "react-redux": "^7.2.1",
    "react-sizes": "^2.0.0",
    "rebass": "^3.2.2",
    "redux": "^4.0.5",
    "redux-act": "^1.8.0",
    "redux-saga": "^1.1.3",
    "reselect": "4.1.8",
    "semantic-ui-css": "^2.4.1",
    "semantic-ui-less": "^2.4.1",
    "semantic-ui-react": "^1.2.1",
    "styled-components": "^5.1.1",
    "video-react": "^0.16.0"
  },
  "devDependencies": {
    "@rollup/plugin-alias": "^5.0.0",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "babel-plugin-styled-components": "^2.1.4",
    "fomantic-ui": "2.9.3",
    "rollup": "^3.29.4",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-svg": "^2.0.0",
    "sass": "^1.32.8"
  },
  "gitHead": "e09e136b34170c85b0ec3df247cd538761b87bce"
}
