{
  "name": "@happyreact/core",
  "version": "0.2.2",
  "description": "HappyReact widget for Web Components",
  "author": "HappyReact",
  "homepage": "https://happyreact.com/docs/frameworks/react",
  "keywords": [
    "feedback widget",
    "customer satisfaction",
    "happyreact"
  ],
  "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/core/core.esm.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "dev": "storybook dev -p 6006 --no-open & stencil build --watch",
    "test2": "stencil test --spec --e2e",
    "generate": "stencil generate",
    "lint": "eslint",
    "check-types": "tsc --noEmit"
  },
  "dependencies": {
    "@stencil/core": "^4.0.0",
    "clsx": "^1.2.1",
    "insane": "^2.6.2",
    "snarkdown": "^2.0.0"
  },
  "devDependencies": {
    "@stencil-community/eslint-plugin": "^0.5.0",
    "@stencil/react-output-target": "^0.5.3",
    "@storybook/addon-essentials": "7.0.26",
    "@storybook/addon-interactions": "7.0.26",
    "@storybook/addon-links": "7.0.26",
    "@storybook/addon-styling": "^2.0.2-next.1",
    "@storybook/blocks": "7.0.26",
    "@storybook/html": "7.0.26",
    "@storybook/html-vite": "7.0.26",
    "@storybook/testing-library": "^0.0.14-next.2",
    "@storybook/web-components": "7.0.26",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.11",
    "eslint-plugin-storybook": "^0.6.15",
    "jest": "^27.5.1",
    "jest-cli": "^27.5.1",
    "puppeteer": "^20.7.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "resolve-url-loader": "^5.0.0",
    "sass": "^1.64.1",
    "sass-loader": "^13.3.2",
    "storybook": "7.0.26",
    "style-loader": "^3.3.3"
  },
  "license": "MIT"
}
