@spiffcommerce/core
Version:
Core client API for interacting with the Spiff Commerce backend.
90 lines (89 loc) • 3.08 kB
JSON
{
"name": "@spiffcommerce/core",
"version": "29.0.1",
"description": "Core client API for interacting with the Spiff Commerce backend.",
"source": "src/index.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"scripts": {
"dev": "ladle serve",
"build": "vite build",
"test": "vitest",
"test:ci": "vitest --no-watch",
"test:nowatch": "vitest --no-watch",
"lint": "npx eslint src"
},
"keywords": [
"e-commerce",
"personalization",
"fulfillment",
"print"
],
"files": [
"dist",
"CHANGELOG.md",
"README.md",
"LICENSE"
],
"author": "SpiffCommerce",
"devDependencies": {
"@ladle/react": "2.17.2",
"@preact/preset-vite": "^2.5.0",
"@spiffcommerce/preview": "5.11.0",
"@spiffcommerce/theme-bridge": "1.20.0",
"@types/css": "^0.0.34",
"@types/lodash.chunk": "^4.2.9",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.isequal": "^4.5.6",
"@types/node-fetch": "^2.6.6",
"@types/opentype.js": "^1.3.8",
"@types/qrcode": "^1.5.2",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"canvas": "^2.11.2",
"eslint": "^8.28.0",
"happy-dom": "^12.1.5",
"husky": "^8.0.1",
"node-fetch": "^3.3.2",
"react-syntax-highlighter": "^15.5.0",
"tsup": "^7.2.0",
"typescript": "5.2.2",
"vite": "^4.4.9",
"vite-plugin-externalize-deps": "^0.7.0",
"vitest": "^2.1.4"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@aws-sdk/client-cognito-identity-provider": "^3.840.0",
"css": "https://github.com/spiffdev/css.git#abc152e2a9338bae6ba8b1ad95715ed46607ad47",
"currency-codes": "^2.2.0",
"data-uri-to-buffer": "^6.0.2",
"dinero.js": "^1.9.1",
"exifr": "^7.1.3",
"fuse.js": "^7.0.0",
"graphql": "^16.8.0",
"handlebars": "^4.7.8",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"opentype.js": "^1.3.4",
"pith": "https://github.com/spiffdev/pith.git#808bce907a2cab85bfe917ae0252ab90987b18d0",
"preact": "^10.26.5",
"preact-render-to-string": "^6.2.1",
"qrcode": "^1.5.3",
"svg-path-bbox": "^1.2.4",
"unicode-default-word-boundary": "^13.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}