UNPKG

vue-awesome-radio

Version:
51 lines (50 loc) 1.17 kB
{ "name": "vue-awesome-radio", "version": "0.0.2", "description": "A tailwind based radio card component for Vue3", "type": "module", "files": [ "dist" ], "main": "./dist/radio-card.umd.cjs", "module": "./dist/radio-card.js", "exports": { ".": { "import": "./dist/radio-card.js", "require": "./dist/radio-card.umd.cjs" }, "./style.css": "./dist/style.css" }, "license": "MIT", "homepage": "https://codesandbox.io/p/github/gitamgadtaula/vue-radio-card-demo/main", "repository": { "type": "git", "url": "https://github.com/gitamgadtaula/vue3-radio-card.git" }, "keywords": [ "vue3-radio", "radio-component", "vue-radio", "tailwind-radio", "radio-card", "awesome-radio" ], "types": "./dist/index.d.ts", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { "vue": "^3.4.21" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "tailwindcss": "^3.4.1", "typescript": "^5.2.2", "vite": "^5.2.0", "vue-tsc": "^2.0.6" } }