@spree/storefront-api-v2-sdk
Version:
Node module to easily integrate your JavaScript or TypeScript application with Spree API V2. You can create an entirely custom Storefront in JS/TS with this package including one page checkout, Single Page Apps, PWAs and so on
20 lines (19 loc) • 428 B
JSON
{
"name": "tests",
"version": "0.0.0",
"private": true,
"main": "index.js",
"license": "MIT",
"devDependencies": {
"cypress": "^9.1.0",
"cypress-log-to-output": "^1.1.2",
"ts-loader": "^8.3.0",
"typescript": "^4.3.5",
"webpack": "^5.65.0"
},
"dependencies": {
"@spree/storefront-api-v2-sdk": "file:/sdk/storefront-api-v2-sdk.tgz",
"axios": "^0.25.0",
"node-fetch": "^2.6.7"
}
}