UNPKG

@buddhacognitivelab/theme-glassmorphic

Version:

Enhanced glassmorphic theme package with dual-mode support, advanced glass effects, interactive UI components, and gesture-based interactions

94 lines 2.58 kB
{ "name": "@buddhacognitivelab/theme-glassmorphic", "version": "1.2.0", "description": "Enhanced glassmorphic theme package with dual-mode support, advanced glass effects, interactive UI components, and gesture-based interactions", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest --passWithNoTests", "test:watch": "jest --watch", "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit", "clean": "rimraf dist", "storybook": "storybook dev -p 6007", "build-storybook": "storybook build" }, "dependencies": { "@buddhacognitivelab/state-manager": "^1.0.1", "clsx": "^2.0.0", "framer-motion": "^10.16.0", "styled-components": "^6.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@storybook/addon-essentials": "^7.6.0", "@storybook/react": "^7.6.0", "@storybook/react-vite": "^7.6.0", "@types/jest": "^29.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/styled-components": "^5.1.0", "@testing-library/jest-dom": "^6.1.0", "@testing-library/react": "^14.1.0", "@testing-library/user-event": "^14.5.0", "jest": "^29.0.0", "jest-environment-jsdom": "^29.7.0", "rimraf": "^5.0.0", "rollup": "^4.0.0", "rollup-plugin-dts": "^6.0.0", "storybook": "^7.6.0", "ts-jest": "^29.0.0", "ts-loader": "^9.5.2", "typescript": "^5.0.0", "webpack": "^5.99.9", "webpack-cli": "^6.0.1" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0", "styled-components": "^6.1.0" }, "keywords": [ "glassmorphism", "theme", "ui", "components", "react", "design-system", "translucent", "dual-mode", "dark-theme", "light-theme", "enhanced-components", "interactive", "accessibility", "micro-interactions", "gestures", "animations", "theme-switching", "touch-interactions", "haptic-feedback" ], "author": "Fluid Buddha Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/your-org/fluid-buddha-design-system.git", "directory": "packages/theme-glassmorphic" } }