{
  "name": "affilizz-embed",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "jquery": "^3.7.1",
    "parcel": "^2.12.0",
    "process": "^0.11.10",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^3.0.1",
    "tom-select": "^2.3.1",
    "use-debounce": "^10.0.3",
    "web-vitals": "^2.1.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "compose": "rm -rf .parcel-cache && parcel build affilizz.js --no-source-maps --dist-dir ../../../dist/components/affilizz-embed",
    "dev": "rm -rf .parcel-cache && parcel build affilizz.js --no-optimize --dist-dir ../../../dist/components/affilizz-embed",
    "watch": "rm -rf .parcel-cache && parcel watch affilizz.js --dist-dir ../../../dist/components/affilizz-embed"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
