{
  "_from": "laravel-vite-plugin@^3.0.0",
  "_id": "laravel-vite-plugin@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-eO6B/IPH448XNjyA5OmJsFAeJH3MeQGWodNMzejx44+rhV44cs0op05t4yku9ifaRnikDkSHLOLXszJL0tiW3w==",
  "_location": "/laravel-vite-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "laravel-vite-plugin@^3.0.0",
    "name": "laravel-vite-plugin",
    "escapedName": "laravel-vite-plugin",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-3.0.0.tgz",
  "_shasum": "1df1ae25499b99aed1437e0869f3445d4d1c5bae",
  "_spec": "laravel-vite-plugin@^3.0.0",
  "_where": "/Users/gastoenock/Desktop/Laravel/light-insurance-broker",
  "author": {
    "name": "Laravel"
  },
  "bin": {
    "clean-orphaned-assets": "bin/clean.js"
  },
  "bugs": {
    "url": "https://github.com/laravel/vite-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "picocolors": "^1.0.0",
    "tinyglobby": "^0.2.12",
    "vite-plugin-full-reload": "^1.1.0"
  },
  "deprecated": false,
  "description": "Laravel plugin for Vite.",
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.30.1",
    "@types/node": "^20.19.0 || >=22.12.0",
    "@types/picomatch": "^4.0.2",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "esbuild": "0.27.4",
    "eslint": "^9.0.0",
    "globals": "^16.3.0",
    "typescript": "^5.0.0",
    "vite": "^8.0.0",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./inertia-helpers": {
      "types": "./inertia-helpers/index.d.ts",
      "default": "./inertia-helpers/index.js"
    }
  },
  "files": [
    "/dist",
    "/inertia-helpers"
  ],
  "homepage": "https://github.com/laravel/vite-plugin",
  "keywords": [
    "laravel",
    "vite",
    "vite-plugin"
  ],
  "license": "MIT",
  "name": "laravel-vite-plugin",
  "peerDependencies": {
    "vite": "^8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laravel/vite-plugin.git"
  },
  "scripts": {
    "build": "npm run build-plugin && npm run build-inertia-helpers",
    "build-inertia-helpers": "rm -rf inertia-helpers && tsc --project tsconfig.inertia-helpers.json",
    "build-plugin": "rm -rf dist && npm run build-plugin-types && npm run build-plugin-esm && cp src/dev-server-index.html dist/",
    "build-plugin-esm": "esbuild src/index.ts --platform=node --format=esm --outfile=dist/index.js",
    "build-plugin-types": "tsc --emitDeclarationOnly",
    "lint": "eslint --ext .ts ./src ./tests",
    "test": "vitest run"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "3.0.0"
}
