@noaignite/react-centra-checkout
Version:
React components and helpers for Centra checkout api
73 lines • 1.7 kB
JSON
{
"name": "@noaignite/react-centra-checkout",
"version": "2.1.0",
"private": false,
"description": "React components and helpers for Centra checkout api",
"keywords": [
"react",
"react-component",
"typescript",
"centra"
],
"bugs": {
"url": "https://github.com/noaignite/accelerator/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/noaignite/accelerator.git",
"directory": "packages/react-centra-checkout"
},
"license": "MIT",
"author": "NoA Ignite",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist"
],
"dependencies": {
"js-cookie": "^3.0.1",
"@noaignite/utils": "3.5.1"
},
"devDependencies": {
"@testing-library/react": "^16.3.0",
"@types/js-cookie": "^3.0.1",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"nock": "14.0.4",
"@noaignite/centra-mocks": "0.1.1",
"@noaignite/centra-types": "3.1.1",
"@noaignite/style-guide": "0.1.0",
"@noaignite/types": "1.3.1"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-fast-compare": "^3.2.0"
},
"engines": {
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"lint": "eslint .",
"test:coverage": "vitest run --coverage",
"test:types": "tsc --noEmit",
"test:unit": "vitest run",
"test:unit:watch": "vitest"
}
}