{
  "name": "vviinn-widgets",
  "version": "2.217.0",
  "description": "vviinn web components",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/vviinn-widgets/vviinn-vpr.js",
  "files": [
    "dist/",
    "www/"
  ],
  "scripts": {
    "build": "ENV=production stencil build --docs",
    "postbuild": "cp .npmrc ./dist",
    "build.watch": "stencil build --watch --docs",
    "build.docs": "stencil build --docs",
    "build_interfaces": "node ./scripts/generate-interfaces.js ./src/interfaces/generated.ts",
    "generate": "stencil generate",
    "start": "npm run build_interfaces && ENV=local stencil build --dev --watch --serve --docs",
    "test": "stencil test --spec",
    "test.e2e": "stencil test --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "test.watchE2E": "stencil test --e2e --watchAll --devtools",
    "release": "commit-and-tag-version",
    "release.ci": "commit-and-tag-version --releaseCommitMessageFormat '[skip ci] chore(release): {{currentTag}}'",
    "artifactregistry-login": "npx google-artifactregistry-auth",
    "format": "prettier --write 'src/**/*.{ts,tsx,js,jsx,css,scss,json}'",
    "update_storybook_changelog": "node ./scripts/update-changelog.js",
    "update_storybook_widget_version": "node ./scripts/update-widget-version.js",
    "update.openapi": "gh api repos/vviinn/platform-api/contents/docs/merchant-openapi.yaml?ref=develop --jq '.content' | base64 -d > openapi/merchant-openapi.yaml && echo 'Synced: openapi/merchant-openapi.yaml'"
  },
  "license": "MIT",
  "dependencies": {
    "@rgba-image/lanczos": "^0.1.1",
    "@sentry/browser": "^9.1.0",
    "@sentry/tracing": "^6.15.0",
    "cropperjs": "^1.5.13",
    "fp-ts": "^2.12.3",
    "i18next": "^23.2.11",
    "marked": "^17.0.5",
    "rxjs": "^7.5.5",
    "swiper": "^12.1.2",
    "tslib": "^1.14.1",
    "uuid": "^8.3.2",
    "vviinn-tracking-client-ts": "^1.7.6",
    "whatwg-fetch": "^3.6.2"
  },
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@stencil-community/postcss": "^2.1.0",
    "@stencil/core": "^4.31.0",
    "@stencil/store": "^2.0.8",
    "@types/dom-speech-recognition": "^0.0.4",
    "@types/google.analytics": "0.0.41",
    "@types/gtag.js": "0.0.4",
    "@types/jest": "^27.0.3",
    "@types/node": "^22.15.21",
    "@types/uuid": "^8.3.4",
    "autoprefixer": "^10.4.20",
    "babel-loader": "^9.1.2",
    "commit-and-tag-version": "^9.5.0",
    "dotenv": "^8.2.0",
    "enhanced-ecommerce-types": "0.0.3",
    "jest": "^27.0.3",
    "jest-cli": "^27.4.5",
    "jest-config": "^27.0.3",
    "openapi-typescript": "^4.4.0",
    "prettier": "3.4.2",
    "puppeteer": "^22.14.0",
    "rollup-plugin-dotenv": "^0.5.0",
    "storybook-addon-designs": "^6.2.1",
    "typescript": "^5.8.3"
  }
}
