{
  "_from": "laravel-vite-plugin@^0.7.2",
  "_id": "laravel-vite-plugin@0.7.3",
  "_inBundle": false,
  "_integrity": "sha512-N6hH/JFA98oW1I0OZ2Gx1HF3/QzkBpUIkxqfKqxENQNLWLFx4+CWB7cxP+i4sGXp9LQUlLbH5Lq/eZoXtLAq8w==",
  "_location": "/laravel-vite-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "laravel-vite-plugin@^0.7.2",
    "name": "laravel-vite-plugin",
    "escapedName": "laravel-vite-plugin",
    "rawSpec": "^0.7.2",
    "saveSpec": null,
    "fetchSpec": "^0.7.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.7.3.tgz",
  "_shasum": "caaeaeaca1af0772607d2b813cf27720cc2030a1",
  "_spec": "laravel-vite-plugin@^0.7.2",
  "_where": "E:\\Web Development\\xamppv3\\htdocs\\masterecommerce",
  "author": {
    "name": "Laravel"
  },
  "bugs": {
    "url": "https://github.com/laravel/vite-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "picocolors": "^1.0.0",
    "vite-plugin-full-reload": "^1.0.5"
  },
  "deprecated": false,
  "description": "Laravel plugin for Vite.",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "eslint": "^8.14.0",
    "typescript": "^4.6.4",
    "vite": "^4.0.0",
    "vitest": "^0.25.2"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "/dist",
    "/inertia-helpers"
  ],
  "homepage": "https://github.com/laravel/vite-plugin",
  "keywords": [
    "laravel",
    "vite",
    "vite-plugin"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "laravel-vite-plugin",
  "peerDependencies": {
    "vite": "^3.0.0 || ^4.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 && tsc && cp src/dev-server-index.html dist/",
    "lint": "eslint --ext .ts ./src ./tests",
    "test": "vitest run"
  },
  "types": "dist/index.d.ts",
  "version": "0.7.3"
}
