vue-responsive-carousel 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +50 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # Vue Responsive Carousel
2
+
3
+ Stealth mode 🤫
4
+
5
+ ## Contact
6
+ Feel free to ping me 💫
7
+ <br>
8
+ connect@giladshohat.com
9
+
10
+ [giladshohat.com](https://giladshohat.com)
package/package.json ADDED
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "vue-responsive-carousel",
3
+ "version": "1.0.0",
4
+ "author": "Gilad Shohat",
5
+ "description": "Vue Responsive Carousel",
6
+ "homepage": "https://github.com/gshohat/vue-responsive-carousel#readme",
7
+ "license": "MIT",
8
+ "main": "./dist/vue-responsive-carousel.umd.js",
9
+ "module": "./dist/vue-responsive-carousel.es.js",
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "exports": {
14
+ ".": {
15
+ "import": "./dist/vue-responsive-carousel.es.js",
16
+ "require": "./dist/vue-responsive-carousel.umd.js"
17
+ },
18
+ "./dist/style.css": "./dist/style.css"
19
+ },
20
+ "scripts": {
21
+ "dev": "vite",
22
+ "build": "vite build",
23
+ "preview": "vite preview"
24
+ },
25
+ "dependencies": {
26
+ "vue": "^3.3.4"
27
+ },
28
+ "devDependencies": {
29
+ "@vitejs/plugin-vue": "^4.2.3",
30
+ "path": "^0.12.7",
31
+ "vite": "^4.4.6"
32
+ },
33
+ "keywords": [
34
+ "vue",
35
+ "vuejs",
36
+ "component",
37
+ "carousel",
38
+ "gallery",
39
+ "image-gallery",
40
+ "slider",
41
+ "responsive",
42
+ "swipe",
43
+ "mobile-friendly",
44
+ "vue-component",
45
+ "view"
46
+ ]
47
+ }
48
+
49
+
50
+