vue3-masonry-css
Version:
Vue Masonry component powered by CSS, dependancy free
58 lines (57 loc) • 1.36 kB
JSON
{
"name": "vue3-masonry-css",
"version": "1.0.6",
"description": "Vue Masonry component powered by CSS, dependancy free",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/vue3-masonry.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "nodemon",
"build": "vite build",
"preversion": "npm run build",
"prepublishOnly": "npm run build",
"publish-package": "git push && git push --tags && npm publish --registry=https://registry.npmjs.org/"
},
"keywords": [
"vue",
"vue.js",
"masonry",
"masonary",
"component",
"css"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tobiaswaelde/vue3-masonry-css.git"
},
"author": {
"name": "Tobias Wälde",
"email": "tobias.waelde@gmail.com",
"url": "https://tobiaswaelde.com"
},
"license": "MIT",
"private": false,
"dependencies": {
"vue": "^3.4.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.0.3",
"vue-tsc": "^2.0.29"
},
"peerDependencies": {
"vue": "^3.4.38"
},
"engines": {
"node": ">=18.18.0",
"npm": ">=9.0.0"
}
}