{
  "name": "@tollbit/magic-search",
  "version": "0.2.2",
  "description": "Scripts to create the TollBit Magic Search experience for any publisher",
  "author": "Luke Reisch <lucas@tollbit.com>",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/cjs.js"
    }
  },
  "scripts": {
    "test": "jest",
    "lint": "eslint .",
    "type-check": "tsc --noEmit",
    "format:check": "prettier --check .",
    "build": "export NODE_ENV=production && webpack --config webpack.prod.js &&  tailwindcss -i ./src/globals.css -o ./dist/styles.css",
    "dev": "webpack --watch --config webpack.dev.js & tailwindcss -i ./src/globals.css -o ./dist/styles.css --watch",
    "dev:build": "webpack --config webpack.dev.js",
    "serve": "webpack serve --config webpack.dev.js"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.5.0",
    "@testing-library/react": "^16.0.1",
    "@tollbit/eslint-config": "*",
    "@tollbit/typescript-config": "*",
    "@turbo/gen": "^1.12.4",
    "@types/eslint": "^8.56.5",
    "@types/jest": "^29.5.13",
    "@types/node": "^22.9.0",
    "@types/react": "^18.2.8",
    "@types/react-dom": "^18.3.0",
    "babel-loader": "^9.1.3",
    "copy-webpack-plugin": "^12.0.2",
    "cross-fetch": "^4.0.0",
    "css-loader": "^7.1.2",
    "eslint": "^8.57.0",
    "eslint-plugin-jest": "^28.8.3",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "style-loader": "^4.0.0",
    "tailwindcss": "^3.4.12",
    "ts-jest": "^29.2.5",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3",
    "webpack": "^5.94.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.1.0",
    "webpack-merge": "^6.0.1"
  },
  "dependencies": {
    "@logtail/browser": "^0.5.1",
    "plausible-tracker": "^0.3.9",
    "react": "18.3.1",
    "react-dom": "^18.3.1",
    "react-markdown": "^9.0.1",
    "tailwind-merge": "^2.5.2"
  }
}
