UNPKG

@letscooee/web-sdk

Version:

Engage uniquely and boost conversions with AI-powered customer journeys driven by real-time intent

107 lines (106 loc) 4.08 kB
{ "name": "@letscooee/web-sdk", "description": "Engage uniquely and boost conversions with AI-powered customer journeys driven by real-time intent", "version": "10.0.0", "scripts": { "lint": "ng lint", "integrity": "./scripts/validate-integrity.sh", "prepack": "npm run build:production", "clean": "rm -rf dist/ .angular/", "build": "./scripts/build-production.sh", "build:production": "./scripts/build-production.sh", "update-changelog": "npm run build:production && node scripts/update-changelog.js --", "start": "npm run serve", "serve": "conc -n analytics,widget \"ng serve analytics-sdk\" \"ng serve widget-sdk\"", "serve:production": "conc -n analytics,widget \"ng serve analytics-sdk -c=production\" \"ng serve widget-sdk -c=production\"", "preversion": "git add CHANGELOG.md", "version": "npm run build:production", "postversion": "git push && git push --tags", "test": "ng test --no-watch", "test:ci": "ng test --no-watch --no-progress" }, "repository": { "type": "git", "url": "git+https://github.com/letscooee/cooee-web-sdk.git" }, "keywords": [ "shopify", "shopify-plus", "shopify-cart", "popups", "progressbar", "customer-engagement" ], "author": "Cooee <shoutout@letscooee.com> (https://www.letscooee.com/)", "license": "MIT", "bugs": { "url": "https://github.com/letscooee/cooee-web-sdk/issues" }, "homepage": "https://github.com/letscooee/cooee-web-sdk#readme", "devDependencies": { "@angular-eslint/builder": "20.1.1", "@angular-eslint/eslint-plugin": "20.1.1", "@angular-eslint/eslint-plugin-template": "20.1.1", "@angular-eslint/schematics": "20.1.1", "@angular-eslint/template-parser": "20.1.1", "@angular/build": "^20.1.6", "@angular/cli": "^20.1.6", "@angular/compiler-cli": "^20.1.7", "@types/canvas-confetti": "^1.9.0", "@types/jasmine": "~5.1.0", "@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/parser": "7.18.0", "angular-eslint": "^19.2.0", "esbuild": "^0.25.0", "eslint": "8.57.0", "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.32.0", "jasmine-core": "~5.5.0", "karma": "~6.4.1", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "karma-junit-reporter": "^2.0.1", "ng-packagr": "^20.1.0", "postcss": "^8.5.3", "typescript": "5.8.3" }, "dependencies": { "@angular/animations": "^20.1.7", "@angular/cdk": "^20.1.6", "@angular/common": "^20.1.7", "@angular/compiler": "^20.1.7", "@angular/core": "^20.1.7", "@angular/elements": "^20.1.7", "@angular/forms": "^20.1.7", "@angular/platform-browser": "^20.1.7", "@angular/platform-browser-dynamic": "^20.1.7", "@angular/router": "^20.1.7", "@letscooee/ts-common": "1.2.4", "@letscooee/url-builder": "^0.0.5", "@preact/signals": "^1.2.3", "@sentry/browser": "9.42.0", "@tailwindcss/oxide-linux-x64-gnu": "^4.1.12", "@tailwindcss/postcss": "^4.0.8", "bson": "^4.6.5", "canvas-confetti": "^1.9.3", "crypto-browserify": "^3.12.0", "detectincognitojs": "^1.6.0", "fetch-retry": "^6.0.0", "hex-rgb": "^5.0.0", "hex-to-rgba": "^2.0.1", "isbot": "^5.1.28", "js-logger": "^1.6.1", "lightningcss-linux-x64-gnu": "^1.30.1", "localforage": "^1.10.0", "postcss": "^8.5.3", "preact": "^10.26.9", "rxjs": "^7.8.0", "squirrelly": "^9.1.0", "stream-browserify": "^3.0.0", "tailwindcss": "^4.0.9", "tslib": "^2.3.0", "ua-parser-js": "^2.0.4" } }