UNPKG

vue-web-component-wrapper

Version:

A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.

53 lines (52 loc) 1.37 kB
{ "name": "vue-web-component-wrapper", "version": "1.7.7", "description": "A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.", "types": "types.d.ts", "repository": { "type": "git", "url": "https://github.com/EranGrin/vue3-web-component-wrapper/tree/main/plugin" }, "scripts": { "build": "vite build" }, "main": "dist/vue-web-component-wrapper.umd.js", "module": "dist/vue-web-component-wrapper.es.js", "exports": { ".": { "import": { "types": "./types.d.ts", "default": "./dist/vue-web-component-wrapper.es.js" }, "require": { "types": "./types.d.ts", "default": "./dist/vue-web-component-wrapper.umd.js" } } }, "files": [ "dist" ], "keywords": [ "vue", "web-component", "custom-element" ], "author": "Your Name", "license": "MIT", "dependencies": { "vue": "^3.5.13", "@vue/runtime-core": "^3.5.13", "@vue/runtime-dom": "^3.5.13" }, "devDependencies": { "@babel/cli": "^7.21.5", "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@types/node": "^18.16.16", "@vitejs/plugin-vue": "^4.2.3", "@vue/shared": "^3.5.13", "vite": "^6.0.2", "vite-plugin-dts": "^4.3.0" } }