vue-carousel-lite
Version:
Fast, Lightweight Vue Carousel With Touch, Mouse, Keyboard, Wheel & SSR support
47 lines • 1.05 kB
JSON
{
"name": "vue-carousel-lite",
"version": "0.1.9",
"type": "module",
"author": "safdar-azeem",
"repository": "https://github.com/safdar-azeem/vue-carousel-lite",
"license": "MIT",
"description": "Fast, Lightweight Vue Carousel With Touch, Mouse, Keyboard, Wheel & SSR support",
"main": "index.js",
"keywords": [
"vue3",
"carousel",
"slider",
"slideshow",
"slides",
"vue-carousel",
"swipe",
"SSR",
"presentation"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"peerDependencies": {
"vue": "^3.4.31"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/vue": "^2.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vue-tsc": "^2.0.21"
},
"prettier": {
"printWidth": 105,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 3,
"endOfLine": "auto",
"bracketSameLine": true
}
}