vue-progressive-image
Version:
Vue progressive image loading plugin
71 lines (70 loc) • 1.86 kB
JSON
{
"name": "vue-progressive-image",
"version": "5.0.4",
"description": "Vue progressive image loading plugin",
"type": "module",
"exports": {
".": {
"types": "./dist/vue-progressive-image.d.ts",
"import": "./dist/vue-progressive-image.js"
},
"./style.css": {
"import": "./dist/vue-progressive-image.css"
}
},
"main": "./dist/vue-progressive-image.js",
"module": "./dist/vue-progressive-image.js",
"types": "./dist/vue-progressive-image.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "tsdown --watch",
"fix": "biome check --write",
"lint": "biome lint",
"build": "tsdown",
"test": "vitest",
"test:once": "vitest run",
"validate": "npm run lint && npm run test:once && npm run build",
"prepublishOnly": "npm run lint && npm run test:once && npm run build"
},
"author": {
"name": "Matteo Gabriele",
"email": "m.gabriele.dev@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatteoGabriele/vue-progressive-image.git"
},
"keywords": [
"progressive",
"image",
"img",
"lazy loading"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MatteoGabriele/vue-progressive-image/issues"
},
"homepage": "https://github.com/MatteoGabriele/vue-progressive-image#readme",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "22.15.21",
"@vitejs/plugin-vue": "5.2.3",
"@vue/test-utils": "2.4.6",
"jsdom": "26.1.0",
"publint": "0.3.12",
"semantic-release": "24.2.3",
"tsdown": "0.12.2",
"typescript": "5.8.3",
"unplugin-vue": "6.2.0",
"vitest": "3.1.3",
"vue": "3.5.13",
"vue-tsc": "2.2.10"
},
"peerDependencies": {
"vue": "3.5.13"
}
}