UNPKG

@imgflow/vue

Version:

Vue 3 responsive <Picture> component using vite-imagetools & LQIP, no CDN

47 lines (46 loc) 1.05 kB
{ "name": "@imgflow/vue", "type": "module", "version": "0.5.0", "description": "Vue 3 responsive <Picture> component using vite-imagetools & LQIP, no CDN", "main": "dist/vue.umd.js", "module": "dist/vue.js", "exports": { ".": { "import": "./dist/vue.js", "require": "./dist/vue.umd.cjs" } }, "files": [ "dist" ], "scripts": { "build": "vite build", "watch": "vite build --watch", "demo": "npx vite --config ./demo/vite.config.js", "test": "npx vite build --config ./demo/vite.config.js && vite preview --config ./demo/vite.config.js ", "start": "npx concurrently \"npm:watch\" \"npm:demo\"" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.0", "vite": "^6.0.0", "vite-imagetools": "^7.0.0", "vite-plugin-lqip": "^0.0.5", "vue": "^3.0.0" }, "keywords": [ "vue3", "vite", "picture", "responsive", "image", "lqip", "imgflow" ], "publishConfig": { "access": "public" } }