@yeger/vue2-masonry-wall
Version:
Responsive masonry layout with SSR support and zero dependencies for Vue 2.
74 lines • 1.73 kB
JSON
{
"name": "@yeger/vue2-masonry-wall",
"version": "6.0.0",
"description": "Responsive masonry layout with SSR support and zero dependencies for Vue 2.",
"keywords": [
"component",
"masonry",
"plugin",
"vue",
"wall"
],
"homepage": "https://vue2-masonry-wall.janmueller.dev",
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
"license": "MIT",
"author": {
"name": "Jan Müller",
"url": "https://github.com/DerYeger"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vue2-masonry-wall"
},
"files": [
"dist/*",
"src/**/*.vue"
],
"type": "module",
"sideEffects": false,
"types": "dist/index.d.mts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@yeger/vue-masonry-wall-core": "5.0.22"
},
"devDependencies": {
"@types/resize-observer-browser": "0.1.11",
"@vitejs/plugin-vue2": "2.3.4",
"@vitest/browser-playwright": "4.0.18",
"@vitest/coverage-v8": "4.0.18",
"@vitest/ui": "4.0.18",
"@vue/test-utils": "1.3.6",
"flush-promises": "1.0.2",
"publint": "0.3.17",
"tsdown": "0.20.3",
"typescript": "5.9.3",
"vitest": "4.0.18",
"vue": "2.7.16",
"vue-template-compiler": "2.7.16",
"@yeger/tsconfig": "2.1.2",
"@yeger/vitest-utils": "1.2.2"
},
"peerDependencies": {
"vue": "^2.7.0"
},
"scripts": {
"build": "tsdown",
"check:publish": "publint run --strict",
"check:tsc": "tsc",
"dev": "tsdown --watch",
"test": "vitest"
}
}