96 lines
2.7 KiB
JSON
96 lines
2.7 KiB
JSON
{
|
|
"_from": "laravel-vite-plugin@^1.0",
|
|
"_id": "laravel-vite-plugin@1.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-P5qyG56YbYxM8OuYmK2OkhcKe0AksNVJUjq9LUZ5tOekU9fBn9LujYyctI4t9XoLjuMvHJXXpCoPntY1oKltuA==",
|
|
"_location": "/laravel-vite-plugin",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "laravel-vite-plugin@^1.0",
|
|
"name": "laravel-vite-plugin",
|
|
"escapedName": "laravel-vite-plugin",
|
|
"rawSpec": "^1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-1.3.0.tgz",
|
|
"_shasum": "04a9b109281414b80f4355cd4cef94d98bd7dec4",
|
|
"_spec": "laravel-vite-plugin@^1.0",
|
|
"_where": "/home/x79/QuaySo2/quayso.sisvietnam.vn",
|
|
"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",
|
|
"vite-plugin-full-reload": "^1.1.0"
|
|
},
|
|
"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",
|
|
"esbuild": "0.16.10",
|
|
"eslint": "^8.14.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^6.0.0",
|
|
"vitest": "^0.34.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.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": "^5.0.0 || ^6.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": "1.3.0"
|
|
}
|