niubiz-pay
Version:
Library that allows you to make payments and tokenize debit and credit cards with Niubiz.
64 lines (63 loc) • 1.98 kB
JSON
{
"name": "niubiz-pay",
"version": "0.0.15",
"description": "Library that allows you to make payments and tokenize debit and credit cards with Niubiz.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "Max Aguilar",
"license": "MIT",
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-onboarding": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/manager-api": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-vite": "^8.4.5",
"@storybook/test": "^8.4.5",
"@storybook/theming": "^8.4.5",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^8.4.5",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
},
"keywords": [
"react",
"niubiz",
"tokenization",
"pay",
"decoupled"
],
"repository": {
"type": "git",
"url": "https://github.com/zZ30MaxZz/niubiz-pay"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.7",
"date-fns": "^4.1.0",
"formik": "^2.4.6",
"react-datepicker": "^7.5.0",
"react-spinners": "^0.14.1",
"rollup": "^4.27.3",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.81.0",
"yup": "^1.4.0"
}
}