UNPKG

@vueuse/nuxt

Version:
55 lines 1.25 kB
{ "name": "@vueuse/nuxt", "type": "module", "version": "14.1.0", "description": "VueUse Nuxt Module", "author": "Anthony Fu <https://github.com/antfu>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/nuxt#readme", "repository": { "type": "git", "url": "git+https://github.com/vueuse/vueuse.git", "directory": "packages/nuxt" }, "bugs": { "url": "https://github.com/vueuse/vueuse/issues" }, "keywords": [ "vue", "vueuse", "nuxt", "nuxt3", "nuxt-module" ], "sideEffects": false, "exports": { ".": "./dist/index.js", "./*": "./dist/*" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "nuxt": "^3.0.0 || ^4.0.0-0", "vue": "^3.5.0" }, "dependencies": { "@nuxt/kit": "^4.1.3", "local-pkg": "^1.1.2", "@vueuse/metadata": "14.1.0", "@vueuse/core": "14.1.0" }, "devDependencies": { "@nuxt/schema": "^4.1.3", "nuxt": "^4.1.3", "unimport": "^5.5.0" }, "scripts": { "build": "tsdown", "test:attw": "attw --pack --config-path ../../.attw.json ." } }