{
  "name": "@symfony/ux-swup",
  "description": "Swup integration for Symfony",
  "license": "MIT",
  "version": "2.36.1",
  "keywords": [
    "symfony-ux"
  ],
  "homepage": "https://ux.symfony.com/swup",
  "repository": "https://github.com/symfony/ux",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "dist/controller.js",
  "types": "dist/controller.d.ts",
  "symfony": {
    "controllers": {
      "swup": {
        "main": "dist/controller.js",
        "webpackMode": "eager",
        "fetch": "eager",
        "enabled": true
      }
    },
    "importmap": {
      "@swup/fade-theme": "^1.0",
      "@swup/slide-theme": "^1.0",
      "@swup/forms-plugin": "^2.0",
      "@swup/debug-plugin": "^3.0",
      "swup": "^3.0",
      "@hotwired/stimulus": "^3.0.0"
    }
  },
  "peerDependencies": {
    "@hotwired/stimulus": "^3.0.0",
    "@swup/debug-plugin": "^3.0",
    "@swup/fade-theme": "^1.0",
    "@swup/forms-plugin": "^2.0",
    "@swup/slide-theme": "^1.0",
    "swup": "^3.0"
  },
  "devDependencies": {
    "@hotwired/stimulus": "^3.0.0",
    "@swup/debug-plugin": "^3.0",
    "@swup/fade-theme": "^1.0",
    "@swup/forms-plugin": "^2.0",
    "@swup/slide-theme": "^1.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/user-event": "^14.6.1",
    "jsdom": "^26.1.0",
    "swup": "^3.0",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3",
    "vitest": "^4.1.0"
  },
  "scripts": {
    "build": "node ../../../bin/build_package.ts .",
    "watch": "node ../../../bin/build_package.ts . --watch",
    "test": "pnpm run test:unit",
    "test:unit": "../../../bin/unit_test_package.sh ."
  }
}