@noaignite/react-centra-checkout
Version:
React components and helpers for Centra checkout api
74 lines • 1.81 kB
JSON
{
"name": "@noaignite/react-centra-checkout",
"version": "2.1.7",
"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.7",
"@noaignite/centra-types": "3.1.3",
"@noaignite/types": "2.0.0",
"@noaignite/utils": "3.9.0"
},
"devDependencies": {
"@testing-library/react": "^16.3.2",
"@types/js-cookie": "^3.0.1",
"@types/node": "^24.12.4",
"@types/react": "^19.2.18",
"nock": "14.0.11",
"@noaignite/centra-mocks": "0.1.5",
"@noaignite/style-guide": "1.1.3"
},
"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": "tsdown --config-loader unrun && pnpm build:docs",
"build:docs": "node ../../scripts/buildPackageDocs.ts",
"lint": "eslint .",
"test:coverage": "vitest run --coverage",
"test:types": "tsc --noEmit",
"test:unit": "vitest run",
"test:unit:watch": "vitest"
}
}