generated from thegrind/laravel-dockerized
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@vueuse/core",
|
|
"type": "module",
|
|
"version": "12.8.2",
|
|
"description": "Collection of essential Vue Composition Utilities",
|
|
"author": "Anthony Fu <https://github.com/antfu>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://github.com/vueuse/vueuse#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vueuse/vueuse.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vueuse/vueuse/issues"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"vue-use",
|
|
"utils"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.mjs",
|
|
"require": "./index.cjs"
|
|
},
|
|
"./*": "./*",
|
|
"./metadata": {
|
|
"import": "./metadata.mjs",
|
|
"require": "./metadata.cjs"
|
|
}
|
|
},
|
|
"main": "./index.cjs",
|
|
"module": "./index.mjs",
|
|
"unpkg": "./index.iife.min.js",
|
|
"jsdelivr": "./index.iife.min.js",
|
|
"types": "./index.d.ts",
|
|
"files": [
|
|
"*.cjs",
|
|
"*.d.cts",
|
|
"*.d.mts",
|
|
"*.d.ts",
|
|
"*.js",
|
|
"*.mjs"
|
|
],
|
|
"dependencies": {
|
|
"@types/web-bluetooth": "^0.0.21",
|
|
"vue": "^3.5.13",
|
|
"@vueuse/metadata": "12.8.2",
|
|
"@vueuse/shared": "12.8.2"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild"
|
|
}
|
|
} |