UNPKG

@cgi-learning-hub/ui

Version:

React component library for Hub's design system, built on Material UI with custom and extended components.

63 lines 1.57 kB
{ "name": "@cgi-learning-hub/ui", "version": "1.14.0", "description": "React component library for Hub's design system, built on Material UI with custom and extended components.", "keywords": [ "cgi-learning-hub", "react", "component-library", "mui" ], "author": "CGI Learning Hub Team", "repository": { "type": "git", "url": "git+https://github.com/CGI-Learning-Hub/hub-ui.git", "directory": "packages/ui" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.cjs.js" }, "./index.css": "./dist/ui.css" }, "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.css", "!dist/**/*.map" ], "sideEffects": false, "dependencies": { "@mui/icons-material": "9.1.1", "@mui/lab": "9.0.0-beta.5", "@mui/system": "^9", "@mui/x-date-pickers": "9.5.0", "@mui/x-tree-view": "9.4.0", "@uiw/color-convert": "2.10.3", "@uiw/react-color-circle": "2.10.3", "dayjs": "1.11.21", "react-dropzone": "15.0.0" }, "peerDependencies": { "@emotion/react": "^11", "@emotion/styled": "^11", "@mui/material": "^9", "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "devDependencies": { "@reduxjs/toolkit": "^2", "@types/react": "^19", "@types/react-dom": "^19" }, "scripts": { "build": "vite build", "watch": "vite build --watch" } }