{
  "name": "mediaopt-vpr",
  "version": "0.6.6",
  "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/mediaopt-widgets/mediaopt-vpr.js",
  "files": [
    "dist/",
    "www/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "build.watch": "stencil build --watch",
    "build.docs": "stencil build --docs --config build_docs.config.ts",
    "build_interfaces": "node ./scripts/generate-interfaces.js ./src/interfaces/generated.ts",
    "build_storybook": "stencil build --docs && build-storybook -s www",
    "generate": "stencil generate",
    "start": "stencil build --dev --watch --serve",
    "storybook": "start-storybook -p 6006 -s dist",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "build-storybook": "build-storybook -s dist",
    "chromatic": "npx chromatic --project-token=124f815087df"
  },
  "devDependencies": {
    "@babel/core": "^7.12.13",
    "@manifoldco/swagger-to-ts": "^2.1.0",
    "@stencil/core": "^2.4.0",
    "@stencil/postcss": "^2.0.0",
    "@stencil/store": "^1.3.0",
    "@storybook/addon-actions": "^6.2.9",
    "@storybook/addon-docs": "^6.1.21",
    "@storybook/addon-essentials": "^6.1.21",
    "@storybook/addon-links": "^6.2.9",
    "@storybook/web-components": "^6.1.21",
    "@types/autoprefixer": "^10.2.0",
    "@types/jest": "^26.0.20",
    "@types/puppeteer": "^5.4.2",
    "@types/resize-observer-browser": "^0.1.5",
    "autoprefixer": "^10.2.4",
    "babel-loader": "^8.2.2",
    "chromatic": "^5.9.0",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "js-yaml": "^4.0.0",
    "lit-html": "^1.4.1",
    "postcss": "^8.2.8",
    "puppeteer": "^6.0.0",
    "react-is": "^17.0.1",
    "rollup-plugin-dotenv": "^0.3.0",
    "storybook-addon-designs": "^6.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "@sentry/browser": "^6.9.0",
    "@sentry/tracing": "^6.9.0",
    "@types/google.analytics": "0.0.41",
    "@types/gtag.js": "0.0.4",
    "@types/node": "^14.14.22",
    "dotenv": "^8.2.0",
    "enhanced-ecommerce-types": "0.0.3",
    "fp-ts": "^2.11",
    "rxjs": "^6.6.6"
  }
}
