HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: drdrivek-71 (1047)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/hasdeuac-119/has.deu.ac.kr/node_modules/laravel-vite-plugin/package.json
{
    "name": "laravel-vite-plugin",
    "version": "0.6.1",
    "description": "Laravel plugin for Vite.",
    "keywords": [
        "laravel",
        "vite",
        "vite-plugin"
    ],
    "homepage": "https://github.com/laravel/vite-plugin",
    "repository": {
        "type": "git",
        "url": "https://github.com/laravel/vite-plugin"
    },
    "license": "MIT",
    "author": "Laravel",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "/dist",
        "/inertia-helpers"
    ],
    "scripts": {
        "build": "npm run build-plugin && npm run build-inertia-helpers",
        "build-plugin": "rm -rf dist && tsc && cp src/dev-server-index.html dist/",
        "build-inertia-helpers": "rm -rf inertia-helpers && tsc --project tsconfig.inertia-helpers.json",
        "lint": "eslint --ext .ts ./src ./tests",
        "test": "vitest run"
    },
    "devDependencies": {
        "@types/node": "^17.0.31",
        "@typescript-eslint/eslint-plugin": "^5.21.0",
        "@typescript-eslint/parser": "^5.21.0",
        "eslint": "^8.14.0",
        "picocolors": "^1.0.0",
        "typescript": "^4.6.4",
        "vite": "^3.0.0",
        "vitest": "^0.12.4"
    },
    "peerDependencies": {
        "vite": "^3.0.0"
    },
    "engines": {
        "node": ">=14"
    },
    "dependencies": {
        "vite-plugin-full-reload": "^1.0.1"
    }
}