v-offline
Version:
Offline and Online components for Vue
74 lines (73 loc) • 1.82 kB
JSON
{
"name": "v-offline",
"version": "3.5.1",
"description": "Offline and Online components for Vue",
"exports": {
".": {
"import": "./dist/v-offline.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"lint": "oxlint --config .oxlintrc.jsonc",
"lint:fix": "oxlint --fix --config .oxlintrc.jsonc",
"format": "oxfmt --config .oxfmtrc.jsonc .",
"format:check": "oxfmt --check --config .oxfmtrc.jsonc .",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
"test": "echo 'test!'",
"prepare": "is-ci || husky"
},
"dependencies": {
"ping.js": "^0.3.0"
},
"peerDependencies": {
"ping.js": "^0.3.0",
"vue": "^3.5.27"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@types/node": "^25.2.1",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/runtime-dom": "^3.5.27",
"husky": "latest",
"is-ci": "latest",
"lint-staged": "latest",
"oxlint": "latest",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vue": "^3.5.27",
"vue-tsc": "^3.2.4"
},
"keywords": [
"vuejs",
"offline",
"online",
"detect",
"internet-connectivity",
"disconnect"
],
"author": {
"name": "Vinayak Kulkarni",
"email": "inbox.vinayak@gmail.com",
"url": "https://vinayakkulkarni.dev"
},
"license": "MIT",
"access": "public",
"repository": {
"type": "git",
"url": "git+https://github.com/vinayakkulkarni/v-offline.git"
},
"private": false,
"sideEffects": false,
"bugs": {
"url": "https://github.com/vinayakkulkarni/v-offline/issues"
},
"homepage": "https://github.com/vinayakkulkarni/v-offline#readme"
}