{
  "name": "shopinzen_wordpress_plugin_front",
  "private": true,
  "version": "1.0.1",
  "type": "module",
  "scripts": {
    "dev": "yarn i18n:build && vite",
    "build": "tsc -b && vite build",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "audit:fix": "npm audit fix",
    "preview": "vite preview",
    "i18n:extract": "formatjs extract '**/*.{ts,tsx,jsx}' --ignore='**/*.d.ts' --out-file src/i18n/extracted-lang/fr.json --extract-source-location",
    "i18n:compile": "formatjs compile-folder src/i18n/extracted-lang src/i18n/compiled-lang",
    "i18n:build": "yarn i18n:extract && yarn i18n:compile"
  },
  "dependencies": {
    "@tanstack/react-query": "^4.43.0",
    "axios": "^1.13.5",
    "classnames": "^2.5.1",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "react-intl": "^7.1.11",
    "react-switch": "^7.1.0",
    "react-toastify": "^11.0.5"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@formatjs/cli": "^6.0.4",
    "@tailwindcss/vite": "^4.1.18",
    "@types/node": "^24.10.13",
    "@types/react": "^19.2.5",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.1",
    "autoprefixer": "^10.4.24",
    "eslint": "^9.39.1",
    "eslint-plugin-formatjs": "^6.1.3",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.24",
    "glob": "^10.5.0",
    "globals": "^16.5.0",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.18",
    "translatte": "^3.0.1",
    "typescript": "~5.9.3",
    "typescript-eslint": "^8.46.4",
    "vite": "^7.2.4"
  },
  "resolutions": {
    "got": "^11.8.5",
    "ajv": "^6.14.0"
  },
  "overrides": {
    "got": "^11.8.5",
    "ajv": "^6.14.0"
  }
}