UNPKG

@glasnost-ui/vue

Version:

Vue 3 components for Glasnost UI with liquid glass aesthetics

59 lines (58 loc) 1.36 kB
{ "name": "@glasnost-ui/vue", "version": "0.1.8", "description": "Vue 3 components for Glasnost UI with liquid glass aesthetics", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "style": "dist/style.css", "files": [ "dist", "dist/style.css", "README.md" ], "scripts": { "build": "vite build", "dev": "vite build --watch", "clean": "rm -rf dist", "test": "vitest" }, "dependencies": {}, "peerDependencies": { "vue": "^3.3.0" }, "devDependencies": { "@vitejs/plugin-vue": "^4.3.0", "glob": "^10.3.10", "typescript": "^5.0.0", "vite": "^4.4.0", "vite-plugin-dts": "^4.5.4", "vitest": "^0.34.0", "vue": "^3.3.0" }, "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" }, "./styles": "./dist/style.css", "./dist/style.css": "./dist/style.css" }, "repository": { "type": "git", "url": "git+https://github.com/akashleo/glasnost-ui.git" }, "keywords": [ "vue-glass", "liquid-glass", "vue-liquid-glass", "glassmorphic" ], "author": "Akash Ghosh", "license": "ISC", "bugs": { "url": "https://github.com/akashleo/glasnost-ui/issues" }, "homepage": "https://github.com/akashleo/glasnost-ui#readme" }