UNPKG

@reflowhq/cart-react

Version:

This is a React 18+ component for rendering a Reflow shopping cart in your application.

64 lines (63 loc) 1.69 kB
{ "name": "@reflowhq/cart-react", "version": "3.0.2", "description": "", "style": "dist/style.css", "keywords": [ "shopping", "cart", "ecomerce", "react", "hook" ], "author": "Reflow HQ", "license": "MIT", "main": "dist/index.js", "dependencies": { "@reflowhq/cart": "^3.0.1", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1" }, "scripts": { "test": "jest", "npm-package-test": "cd tests && ./npm.test.sh", "watch": "storybook dev", "build-storybook": "storybook build", "build": "node build.js && npx tsc", "prepublishOnly": "../prepublish.sh" }, "devDependencies": { "@babel/plugin-proposal-export-default-from": "^7.18.10", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@chromatic-com/storybook": "^3.2.2", "@storybook/addon-actions": "^8.4.6", "@storybook/addon-essentials": "^8.4.6", "@storybook/addon-interactions": "^8.4.6", "@storybook/addon-links": "^8.4.6", "@storybook/addon-webpack5-compiler-babel": "^3.0.3", "@storybook/react": "^8.4.6", "@storybook/react-webpack5": "^8.6.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "babel-jest": "^29.4.3", "jest": "^29.4.3", "prettier": "^2.8.4", "react-test-renderer": "^18.2.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/reflow-hq/libs.git" }, "bugs": { "url": "https://github.com/reflow-hq/libs/issues" }, "homepage": "https://github.com/reflow-hq/libs#readme" }