{
  "name": "@blackcart/react-sdk",
  "version": "0.0.40",
  "description": "React SDK package for integrating Blackcart to your storefront based on React",
  "author": "Blackcart",
  "homepage": "https://github.com/blackcart/storefront-sdk#readme",
  "source": "./src/index.ts",
  "main": "./dist/react-sdk.js",
  "exports": {
    "./styles.css": "./dist/react-sdk.css",
    ".": {
      "require": "./dist/react-sdk.js",
      "import": "./dist/react-sdk.m.js",
      "umd": "./dist/react-sdk.umd.js",
      "default": "./dist/react-sdk.modern.js"
    }
  },
  "types": "./dist/index.d.ts",
  "syntax": {
    "esmodules": "./dist/index.modern.js"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "dev": "microbundle watch -o dist/ --sourcemap false --no-compress --jsx React.createElement --jsxFragment React.Fragment",
    "playground:start": "cross-env cd ../react-playground && yarn start",
    "start": "npm-run-all --parallel dev playground:start",
    "build:prod": "microbundle -o dist/ --jsx React.createElement --jsxFragment React.Fragment",
    "build:dev": "rimraf dist && microbundle -o dist/ --no-compress --jsx React.createElement --jsxFragment React.Fragment",
    "prepublishOnly": "yarn build:prod"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:blackcart/storefront-sdk.git",
    "directory": "@blackcart/storefront-sdk"
  },
  "bugs": {
    "url": "https://github.com/blackcart/storefront-sdk/issues"
  },
  "dependencies": {
    "@blackcart/base": "^0.1.41",
    "clsx": "^1.1.1",
    "microbundle": "^0.14.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "cross-env": "^7.0.3",
    "rimraf": "^3.0.2",
    "typescript-plugin-css-modules": "^3.4.0"
  }
}
