@stainless-code/vue-layers
Version:
Vue adapter for @stainless-code/layers — call a layer like an async function and await its response.
76 lines (75 loc) • 1.79 kB
JSON
{
"name": "@stainless-code/vue-layers",
"version": "0.2.4",
"description": "Vue adapter for @stainless-code/layers — call a layer like an async function and await its response.",
"keywords": [
"dialog",
"drawer",
"headless",
"layer",
"modal",
"popover",
"stack",
"tanstack-intent",
"typescript",
"vue"
],
"homepage": "https://stainless-code.com/layers/adapters/vue",
"bugs": {
"url": "https://github.com/stainless-code/layers/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/stainless-code/layers.git",
"directory": "packages/vue"
},
"funding": "https://github.com/sponsors/SutuSebastian",
"files": [
"dist",
"skills",
"src",
"!src/**/*.test.ts",
"!src/**/*.test.tsx",
"!src/**/*.test-d.ts",
"!src/**/*.test-d.tsx"
],
"type": "module",
"sideEffects": false,
"exports": {
".": {
"@stainless-code/source": "./src/index.ts",
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "tsdown",
"check:pack": "attw --pack . --profile esm-only && publint --strict",
"test": "bun test ./src",
"test:coverage": "bun test ./src --coverage --coverage-threshold=0.75",
"test:dom": "vitest run",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@stainless-code/layers": "0.2.3"
},
"devDependencies": {
"@vue/test-utils": "2.4.11",
"jsdom": "29.1.1",
"vitest": "4.1.10",
"vue": "3.5.40"
},
"peerDependencies": {
"vue": ">=3.3.0"
},
"engines": {
"bun": ">=1.0.0",
"node": "^20.19.0 || >=22.12.0"
}
}