UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

76 lines (75 loc) 2.08 kB
{ "name": "@sandlada/mdc", "version": "0.1.0-20250909.b", "author": "Kai-Orion & Sandlada", "description": "@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sandlada/mdc.git" }, "bugs": { "url": "https://github.com/sandlada/mdc/issues" }, "homepage": "https://mdc.sandlada.com", "keywords": [ "cross-framework", "web-components", "material", "material-web", "material-web-components", "material-design", "material-expressive", "material-you", "component-library", "ui" ], "publishConfig": { "access": "public" }, "type": "module", "dependencies": { "lit": "^3.3.0" }, "devDependencies": { "@floating-ui/dom": "^1.7.4", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@sandlada/mdk": "^1.0.5", "autoprefixer": "^10.4.21", "rollup": "^4.44.2", "rollup-plugin-html-literals": "^2.0.0", "terser": "^5.43.1", "tslib": "^2.8.1", "typescript": "~5.8.3", "vite": "^7.0.3" }, "files": [ "build/**/*", "LICENSES/**/*", "LICENSE", "README.md" ], "exports": { "./*": { "import": "./*", "default": "./*" }, "./definitions": { "import": "./build/definitions.js", "types": "./build/definitions.d.ts", "default": "./build/definitions.js" }, "./utils": { "import": "./build/utils.js", "types": "./build/utils.d.ts", "default": "./build/utils.js" }, "./all": { "import": "./build/all.js", "types": "./build/all.d.ts", "default": "./build/all.js" } } }