47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "@vueuse/nuxt",
|
|
"type": "module",
|
|
"version": "11.3.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": {
|
|
".": {
|
|
"import": "./index.mjs",
|
|
"require": "./index.cjs"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"main": "./index.cjs",
|
|
"module": "./index.mjs",
|
|
"types": "./index.d.ts",
|
|
"peerDependencies": {
|
|
"nuxt": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^3.14.1592",
|
|
"@vueuse/core": "11.3.0",
|
|
"@vueuse/metadata": "11.3.0",
|
|
"local-pkg": "^0.5.1",
|
|
"vue-demi": ">=0.14.10"
|
|
}
|
|
}
|