UNPKG

@repeatgg/react-paypal-button-v2

Version:

An easy and simple to use React button component to implement PayPal's Checkout with Smart Payment Buttons V2 (Version 2).

113 lines (112 loc) 4.03 kB
{ "name": "@repeatgg/react-paypal-button-v2", "version": "2.7.2", "description": "An easy and simple to use React button component to implement PayPal's Checkout with Smart Payment Buttons V2 (Version 2).", "keywords": [ "react-paypal-button-v2", "react", "component", "paypal", "paypal smart buttons", "paypal smart payment buttons", "v2", "version 2", "checkout", "paypal-checkout", "react-paypal", "react-component", "checkout-buttons", "paypal buttons", "LueHsoft", "LueH LABS", "Lue Hang", "luehang" ], "homepage": "https://luehangs.site/lue_hang/projects/react-paypal-button-v2", "author": { "name": "Lue Hang", "email": "lue_hang@hotmail.com", "url": "https://www.luehangs.site" }, "repository": { "type": "git", "url": "https://github.com/repeatgg/react-paypal-button-v2" }, "bugs": { "url": "https://github.com/repeatgg/react-paypal-button-v2/issues" }, "directories": { "example": "./example", "lib": "./lib", "src": "./src" }, "main": "./lib/index.js", "types": "dist/index.d.ts", "dependencies": { "prop-types": "^15.7.2", "rimraf": "^3.0.2" }, "peerDependencies": { "react": "^0.14.6 || 15.x.x || 16.x.x || ^17.0.0 || ^18.0.0", "react-dom": "^0.14.6 || 15.x.x || 16.x.x || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@types/enzyme": "^3.10.7", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/jest": "^26.0.15", "@types/node": "^14.11.11", "@types/react": "^16.9.53", "@types/react-dom": "^16.9.8", "@types/webpack-env": "^1.15.3", "@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/parser": "^4.5.0", "babel-core": "^6.26.3", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.0", "babel-loader": "^8.1.0", "cross-env": "^7.0.2", "css-loader": "^5.0.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "enzyme-to-json": "^3.6.1", "eslint": "^7.11.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.21.5", "html-webpack-plugin": "^4.5.0", "jest": "^26.6.0", "mini-css-extract-plugin": "^1.1.0", "optimize-css-assets-webpack-plugin": "^5.0.4", "path": "^0.12.7", "react": "^16.14.0", "react-dom": "^16.14.0", "source-map-loader": "^1.1.1", "style-loader": "^2.0.0", "typescript": "^4.0.3", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^5.1.3", "webpack-cli": "^4.1.0", "webpack-dev-server": "^3.11.0" }, "scripts": { "build": "rimraf dist lib && npm run build:types && npm run build:js", "build:types": "tsc --emitDeclarationOnly", "build:js": "babel src --out-dir lib --extensions \".tsx\" --ignore \"**/*.test.tsx\" --source-maps inline", "build:bundle": "webpack-cli --config ./webpack.config.js --mode production", "start": "webpack-dev-server --config ./example/webpack.config.js --mode development --open --hot", "lint": "./node_modules/.bin/eslint src/ example/", "test": "jest --watchAll", "test:once": "jest", "prepare": "npm run build", "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls" }, "license": "MIT" }