UNPKG

@glasnost-ui/react

Version:

React components for Glasnost UI with liquid glass aesthetics

67 lines (66 loc) 1.64 kB
{ "name": "@glasnost-ui/react", "version": "0.1.6", "description": "React components for Glasnost UI with liquid glass aesthetics", "keywords": [ "react-glass", "react-glasnost-ui", "react-transparent", "glasnost-ui", "glass", "liquid-glass", "react-liquid-glass", "glassmorphic" ], "homepage": "https://github.com/akashleo/glasnost-ui#readme", "bugs": { "url": "https://github.com/akashleo/glasnost-ui/issues" }, "repository": { "type": "git", "url": "git+https://github.com/akashleo/glasnost-ui.git" }, "license": "ISC", "author": "Akash Ghosh", "type": "commonjs", "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" }, "style": "dist/style.css", "main": "dist/index.umd.js", "types": "dist/index.d.ts", "files": [ "dist", "dist/style.css", "README.md" ], "scripts": { "build": "vite build", "dev": "vite build --watch", "clean": "rm -rf dist", "test": "vitest" }, "dependencies": {}, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.0.0", "glob": "^10.3.10", "react": "^18.2.0", "react-dom": "^18.2.0", "vite": "^4.4.0", "vitest": "^0.34.0", "typescript": "^5.0.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "module": "dist/index.es.js" }