first commit
This commit is contained in:
129
node_modules/@vueuse/integrations/package.json
generated
vendored
Normal file
129
node_modules/@vueuse/integrations/package.json
generated
vendored
Normal file
@@ -0,0 +1,129 @@
|
||||
{
|
||||
"name": "@vueuse/integrations",
|
||||
"type": "module",
|
||||
"version": "14.1.0",
|
||||
"description": "Integration wrappers for utility libraries",
|
||||
"author": "Anthony Fu <https://github.com/antfu>",
|
||||
"license": "MIT",
|
||||
"funding": "https://github.com/sponsors/antfu",
|
||||
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/integrations#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vueuse/vueuse.git",
|
||||
"directory": "packages/integrations"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vueuse/vueuse/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"vue",
|
||||
"vue-use",
|
||||
"utils"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./*": "./dist/*",
|
||||
"./useAsyncValidator": "./dist/useAsyncValidator.js",
|
||||
"./useAsyncValidator/component": "./dist/useAsyncValidator/component.js",
|
||||
"./useAxios": "./dist/useAxios.js",
|
||||
"./useChangeCase": "./dist/useChangeCase.js",
|
||||
"./useCookies": "./dist/useCookies.js",
|
||||
"./useDrauu": "./dist/useDrauu.js",
|
||||
"./useFocusTrap": "./dist/useFocusTrap.js",
|
||||
"./useFocusTrap/component": "./dist/useFocusTrap/component.js",
|
||||
"./useFuse": "./dist/useFuse.js",
|
||||
"./useIDBKeyval": "./dist/useIDBKeyval.js",
|
||||
"./useJwt": "./dist/useJwt.js",
|
||||
"./useNProgress": "./dist/useNProgress.js",
|
||||
"./useQRCode": "./dist/useQRCode.js",
|
||||
"./useSortable": "./dist/useSortable.js",
|
||||
"./useSortable/component": "./dist/useSortable/component.js"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"unpkg": "./dist/index.iife.min.js",
|
||||
"jsdelivr": "./dist/index.iife.min.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"async-validator": "^4",
|
||||
"axios": "^1",
|
||||
"change-case": "^5",
|
||||
"drauu": "^0.4",
|
||||
"focus-trap": "^7",
|
||||
"fuse.js": "^7",
|
||||
"idb-keyval": "^6",
|
||||
"jwt-decode": "^4",
|
||||
"nprogress": "^0.2",
|
||||
"qrcode": "^1.5",
|
||||
"sortablejs": "^1",
|
||||
"universal-cookie": "^7 || ^8",
|
||||
"vue": "^3.5.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"async-validator": {
|
||||
"optional": true
|
||||
},
|
||||
"axios": {
|
||||
"optional": true
|
||||
},
|
||||
"change-case": {
|
||||
"optional": true
|
||||
},
|
||||
"drauu": {
|
||||
"optional": true
|
||||
},
|
||||
"focus-trap": {
|
||||
"optional": true
|
||||
},
|
||||
"fuse.js": {
|
||||
"optional": true
|
||||
},
|
||||
"idb-keyval": {
|
||||
"optional": true
|
||||
},
|
||||
"jwt-decode": {
|
||||
"optional": true
|
||||
},
|
||||
"nprogress": {
|
||||
"optional": true
|
||||
},
|
||||
"qrcode": {
|
||||
"optional": true
|
||||
},
|
||||
"sortablejs": {
|
||||
"optional": true
|
||||
},
|
||||
"universal-cookie": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "14.1.0",
|
||||
"@vueuse/shared": "14.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
"@types/sortablejs": "^1.15.8",
|
||||
"async-validator": "^4.2.5",
|
||||
"axios": "^1.12.2",
|
||||
"change-case": "^5.4.4",
|
||||
"drauu": "^0.4.3",
|
||||
"focus-trap": "^7.6.5",
|
||||
"fuse.js": "^7.1.0",
|
||||
"idb-keyval": "^6.2.2",
|
||||
"jwt-decode": "^4.0.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"qrcode": "^1.5.4",
|
||||
"sortablejs": "^1.15.6",
|
||||
"universal-cookie": "^8.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
"test:attw": "attw --pack --config-path ../../.attw.json ."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user