cấu hình chạy lần đầu - chưa thực hiện test
This commit is contained in:
115
node_modules/vite-plugin-full-reload/package.json
generated
vendored
Normal file
115
node_modules/vite-plugin-full-reload/package.json
generated
vendored
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"_from": "vite-plugin-full-reload@^1.0.5",
|
||||
"_id": "vite-plugin-full-reload@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-kz18NW79x0IHbxRSHm0jttP4zoO9P9gXh+n6UTwlNKnviTTEpOlum6oS9SmecrTtSr+muHEn5TUuC75UovQzcA==",
|
||||
"_location": "/vite-plugin-full-reload",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "vite-plugin-full-reload@^1.0.5",
|
||||
"name": "vite-plugin-full-reload",
|
||||
"escapedName": "vite-plugin-full-reload",
|
||||
"rawSpec": "^1.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/laravel-vite-plugin"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.2.0.tgz",
|
||||
"_shasum": "bc4bfdc842abb4d24309ca802be8b955fce1c0c6",
|
||||
"_spec": "vite-plugin-full-reload@^1.0.5",
|
||||
"_where": "/home/x79/LuckyWheel/node_modules/laravel-vite-plugin",
|
||||
"author": {
|
||||
"name": "Máximo Mussini",
|
||||
"email": "maximomussini@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ElMassimo/vite-plugin-full-reload/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"picocolors": "^1.0.0",
|
||||
"picomatch": "^2.3.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Reload the page when files are modified",
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "*",
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/node": "^18",
|
||||
"@types/picomatch": "^2.3.0",
|
||||
"conventional-changelog-cli": "^2.2.2",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"enquirer": "^2.3.6",
|
||||
"eslint": "^8.20.0",
|
||||
"husky": "^5.2.0",
|
||||
"lint-staged": "^10.5.4",
|
||||
"minimist": "^1.2.6",
|
||||
"pinst": "^2.1.6",
|
||||
"rollup": "^4.2",
|
||||
"semver": "^7.3.7",
|
||||
"tsup": "^7.2",
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^5.0.0",
|
||||
"vitest": "^0.34"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"@antfu/eslint-config"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/space-before-function-paren": [
|
||||
"warn",
|
||||
"always"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"require": "./dist/index.cjs",
|
||||
"import": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/ElMassimo/vite-plugin-full-reload",
|
||||
"keywords": [
|
||||
"vite",
|
||||
"plugin",
|
||||
"vite-plugin",
|
||||
"vitejs",
|
||||
"full",
|
||||
"reload"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.{js,ts,tsx,jsx,vue}": [
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.js",
|
||||
"name": "vite-plugin-full-reload",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ElMassimo/vite-plugin-full-reload.git"
|
||||
},
|
||||
"scripts": {
|
||||
"_postinstall": "husky install",
|
||||
"build": "tsup src/index.ts --dts --format cjs,esm --clean",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||||
"clean": "rm -rf ./dist",
|
||||
"dev": "npm run build -- --watch",
|
||||
"lint": "eslint . --ext .ts,.js,.vue",
|
||||
"release": "node scripts/release.cjs",
|
||||
"test": "vitest"
|
||||
},
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"version": "1.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user