UNPKG

@ribajs/shopify

Version:

Shopify extension for Riba.js

97 lines 2.7 kB
{ "name": "@ribajs/shopify", "description": "Shopify extension for Riba.js", "version": "2.0.0-rc.23", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "author": "Pascal Garber <pascal@artandcode.studio>", "contributors": [], "url": "https://github.com/ribajs/riba/tree/master/packages/shopify", "homepage": "https://ribajs.com/", "main": "src/index.ts", "module": "src/index.ts", "source": "src/index.ts", "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/ribajs/riba/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "https://github.com/ribajs/riba.git" }, "keywords": [ "Shopify", "Cart.js", "Art+Code Studio", "Riba", "Rivets", "tinybind", "SPA", "TypeScript", "Browser" ], "scripts": { "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit", "build": "yarn run lint && tsc", "clean": "rm -rf ./dist ./lib" }, "files": [ "/src", "/build-system", "/dist" ], "devDependencies": { "@babel/cli": "^7.27.2", "@babel/core": "^7.27.4", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@babel/runtime": "^7.27.6", "@babel/runtime-corejs3": "^7.27.6", "@ribajs/eslint-config": "^2.0.0-rc.23", "@ribajs/npm-package": "^2.0.0-rc.23", "@ribajs/tsconfig": "^2.0.0-rc.23", "@tsconfig/node14": "^14.1.3", "@types/debug": "^4.1.12", "@types/jest": "^30.0.0", "@types/lodash": "^4.17.17", "@types/node": "^24.0.3", "@types/prettier": "^3.0.0", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "babel-loader": "^10.0.0", "babel-plugin-array-includes": "^2.0.3", "core-js": "^3.43.0", "debug": "^4.4.1", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "graceful-fs": "^4.2.11", "jest": "^29.7.0", "jest-extended": "^6.0.0", "prettier": "^3.5.3", "terser": "^5.42.0", "ts-jest": "^29.4.0", "typescript": "5.8.3" }, "optionalDependencies": { "@ribajs/shopify-tda": "^2.0.0-rc.23" }, "dependencies": { "@ribajs/cache": "^2.0.0-rc.23", "@ribajs/core": "^2.0.0-rc.23", "@ribajs/events": "^2.0.0-rc.23", "@ribajs/i18n": "^2.0.0-rc.23", "@ribajs/router": "^2.0.0-rc.23", "@ribajs/utils": "^2.0.0-rc.23", "webpack": "^5.99.9", "webpack-cli": "^6.0.1" } }