{
  "name": "@solace-health/solace-entry-widget",
  "version": "2.0.5",
  "description": "As displayed in the header of our [WebFlow](https://www.solace.health/) site. This form once submitted will trigger an analytics event before it redirects to our applications search page with the filters pre-applied. Filters include Location and Advocate Speciality.",
  "main": "index.js",
  "scripts": {
    "dev": "SERVER_URL=http://localhost:3001/v1 FUNNEL_URL=http://localhost:3002 webpack serve --port 3005 --mode development --open --hot",
    "build": "SERVER_URL=https://api.solace.health/v1 FUNNEL_URL=https://find.solace.health webpack --mode production"
  },
  "keywords": [],
  "author": "Solace Developer",
  "license": "ISC",
  "dependencies": {
    "@emotion/react": "^11.11.4",
    "@solace-health/ui": "^0.10.425",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.9",
    "babel-plugin-import": "^1.13.6",
    "dotenv": "^16.4.5",
    "html-webpack-plugin": "^5.5.0",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.59.0",
    "eslint": "^8.28.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-turbo": "^1.9.3",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-unused-imports": "^2.0.0",
    "knip": "^5.16.0",
    "prettier": "^2.8.7",
    "source-map-loader": "^4.0.1",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.4.1",
    "typescript": "^5.0.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Solace-Health/solace-health-entry-widget.git"
  },
  "bugs": {
    "url": "https://github.com/Solace-Health/solace-health-entry-widget/issues"
  },
  "homepage": "https://github.com/Solace-Health/solace-health-entry-widget#readme"
}
