@vueuse/nuxt
Version:
VueUse Nuxt Module
57 lines • 1.33 kB
JSON
{
"name": "@vueuse/nuxt",
"type": "module",
"version": "13.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": {
".": "./index.mjs",
"./*": "./*"
},
"main": "./index.mjs",
"module": "./index.mjs",
"types": "./index.d.mts",
"files": [
"*.d.mts",
"*.js",
"*.mjs"
],
"peerDependencies": {
"nuxt": "^3.0.0 || ^4.0.0-0",
"vue": "^3.5.0"
},
"dependencies": {
"@nuxt/kit": "^3.16.2",
"local-pkg": "^1.1.1",
"@vueuse/core": "13.1.0",
"@vueuse/metadata": "13.1.0"
},
"devDependencies": {
"@nuxt/schema": "^3.16.2",
"nuxt": "^3.16.2",
"unimport": "^4.1.3"
},
"scripts": {
"build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild",
"test:attw": "attw --pack --config-path ../../.attw.json ."
}
}