react-svg-credit-card-payment-icons
Version:
React components library with 6 styles, 80 icons, TypeScript support, and a variety of types and formats for easy integration into React applications.
69 lines (68 loc) • 1.86 kB
JSON
{
"name": "react-svg-credit-card-payment-icons",
"license": "MIT",
"version": "4.0.0",
"description": "React components library with 6 styles, 80 icons, TypeScript support, and a variety of types and formats for easy integration into React applications.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/marcovoliveira/svg-credit-card-payment-icons.git"
},
"homepage": "https://marcovoliveira.github.io/react-svg-credit-card-payment-icons",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.tsx --format cjs,esm --dts",
"lint": "tsc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o docs-build"
},
"keywords": [
"paypal",
"svg",
"paymenticons",
"mastercard",
"credit-card",
"icons",
"react",
"credit",
"components",
"typescript",
"logos",
"brands",
"icon",
"react-component",
"visa",
"card",
"payment"
],
"devDependencies": {
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@changesets/cli": "^2.27.7",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@svgr/cli": "^8.1.0",
"@types/react": "^18.2.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sb": "^7.5.3",
"storybook": "^7.5.3",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
}
}