UNPKG

vue3-prlx

Version:

This is a package created to practice building Vue TypeScript packages with Vite. ### this is the vue 3 version of (https://github.com/gerasimvol/vue-prlx)

49 lines (48 loc) 1.24 kB
{ "name": "vue3-prlx", "version": "0.1.0", "type": "module", "main": "./dist/VuePrlx.umd.cjs", "module": "./dist/VuePrlx.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/VuePrlx.js", "require": "./dist/VuePrlx.umd.cjs" } }, "files": [ "dist" ], "keywords": [ "vite-plugin-vue" ], "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview" }, "dependencies": { "vue": "^3.2.38" }, "devDependencies": { "vite-plugin-dts": "^2.0.0-beta.2", "@types/node": "^18.11.9", "@vitejs/plugin-vue": "^3.0.3", "typescript": "^4.0.0", "vite": "^3.0.9", "vite-plugin-vuetify": "^1.0.0-alpha.12", "vue-tsc": "^1.0.9" }, "description": "This is a package created to practice building Vue TypeScript packages with Vite. ### this is the vue 3 version of (https://github.com/gerasimvol/vue-prlx)", "repository": { "type": "git", "url": "git+https://github.com/A-Behairi/vue3-prlx.git" }, "author": "a-behairi", "license": "MIT", "bugs": { "url": "https://github.com/A-Behairi/vue3-prlx/issues" }, "homepage": "https://github.com/A-Behairi/vue3-prlx#readme" }