UNPKG

@sswq2020/vue-carousel

Version:

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

35 lines (34 loc) 780 B
{ "name": "@sswq2020/vue-carousel", "version": "0.0.2", "type": "module", "files": [ "dist" ], "keywords": ["sswq","vue3-carousel"], "main": "./dist/vue-carousel.umd.js", "module": "./dist/vue-carousel.es.js", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "build:lib": "vite build --config vite.config.lib.ts", "preview": "vite preview" }, "author": "sswq", "license": "MIT", "dependencies": { "@vitejs/plugin-vue-jsx": "^3.1.0", "sass": "^1.77.1", "vue": "^3.4.21" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "typescript": "^5.2.2", "vite": "^5.2.0", "vue-tsc": "^2.0.6" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }