{
  "name": "@vite-pwa/remix",
  "type": "module",
  "version": "0.2.0",
  "packageManager": "pnpm@10.7.0",
  "description": "Zero-config PWA for Remix",
  "author": "antfu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/vite-pwa/remix#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vite-pwa/remix.git"
  },
  "bugs": "https://github.com/vite-pwa/remix/issues",
  "keywords": [
    "remix-preset",
    "remix",
    "workbox",
    "pwa",
    "vite",
    "vite-plugin"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./components": {
      "types": "./dist/components/index.d.mts",
      "default": "./dist/components/index.mjs"
    },
    "./remix-sw": {
      "types": "./remix-sw.d.ts"
    },
    "./sw": {
      "types": "./dist/sw/index.d.mts",
      "default": "./dist/sw/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "components": [
        "dist/components/index.d.ts"
      ],
      "sw": [
        "dist/sw/index.d.ts"
      ]
    }
  },
  "files": [
    "*.d.ts",
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "lint": "eslint .",
    "lint:fix": "nr lint --fix",
    "prepublishOnly": "npm run build",
    "release": "bumpp && npm publish"
  },
  "peerDependencies": {
    "@remix-run/dev": ">=2.8.0",
    "@vite-pwa/assets-generator": "^1.0.0",
    "vite-plugin-pwa": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "@remix-run/dev": {
      "optional": true
    },
    "@vite-pwa/assets-generator": {
      "optional": true
    }
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.11.0",
    "@antfu/ni": "^0.21.12",
    "@remix-run/dev": "^2.8.0",
    "@types/debug": "^4.1.8",
    "@types/node": "^20.8.7",
    "@types/react": "^18.2.22",
    "@types/react-dom": "^18.2.22",
    "@typescript-eslint/eslint-plugin": "^8.28.0",
    "bumpp": "^9.2.0",
    "eslint": "^9.23.0",
    "esno": "^4.0.0",
    "https-localhost": "^4.7.1",
    "typescript": "^5.4.3",
    "unbuild": "^2.0.0",
    "vite": "^5.2.4"
  }
}
