{
  "name": "wordpress-recomaze-integration",
  "version": "1.0.0",
  "description": "This is the wordpress plugin for recomaze",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "wp-scripts build",
    "dev": "wp-scripts start",
    "prepare": "husky install",
    "vendor": "composer dump-autoload && composer i",
    "check-types": "tsc --pretty --noEmit",
    "check-lint": "eslint 'src/**/*.{ts,tsx}'",
    "check-format": "prettier --write 'src/**/*.{ts,tsx,js,jsx,json,css,scss,md}'",
    "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build"
  },
  "keywords": [
    "recomaze.ai"
  ],
  "author": "better@recomaze.ai",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^22.7.4",
    "@types/react": "^18.3.11",
    "@types/react-dom": "^18.3.0",
    "@types/react-flatpickr": "^3.8.11",
    "@types/react-router-dom": "^5.3.3",
    "@typescript-eslint/parser": "^6.21.0",
    "@wordpress/scripts": "27.8.0",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-import-resolver-typescript": "^3.6.3",
    "eslint-plugin-import": "^2.31.0",
    "husky": "^9.1.6",
    "prettier": "^3.3.3",
    "typescript": "~5.3.0"
  },
  "dependencies": {
    "@react-pdf/renderer": "^4.3.2",
    "autoprefixer": "^10.4.20",
    "axios": "^1.7.7",
    "chart.js": "^4.4.4",
    "chartjs-adapter-moment": "^1.0.1",
    "dayjs": "^1.11.13",
    "formik": "^2.4.6",
    "lottie-web": "^5.13.0",
    "momment": "^0.0.1",
    "pako": "^2.1.0",
    "postcss": "^8.4.47",
    "react": "^18.3.1",
    "react-circular-progressbar": "^2.2.0",
    "react-colorful": "^5.6.1",
    "react-dom": "^18.3.1",
    "react-flatpickr": "^3.10.13",
    "react-icons": "^5.3.0",
    "react-router-dom": "^6.26.2",
    "react-semicircle-progressbar": "^1.1.0",
    "tailwindcss": "^3.4.13",
    "yup": "^1.4.0"
  }
}
