UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

60 lines 1.45 kB
{ "name": "@cgi-learning-hub/ui", "version": "1.9.0", "private": false, "author": "CGI Learning-hub Team", "description": "@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features", "keywords": [ "cgi-learning-hub", "react", "react-component", "hub", "hub-ui" ], "repository": { "type": "git", "url": "https://github.com/CGI-OPEN-ENT-NG/hub-ui.git", "directory": "packages/ui" }, "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.cjs.js" } }, "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@mui/icons-material": "7.3.1", "@mui/lab": "7.0.0-beta.16", "@mui/x-date-pickers": "8.10.2", "@mui/x-tree-view": "8.10.2", "dayjs": "1.11.13", "react-color": "2.19.3", "react-dropzone": "14.3.8" }, "devDependencies": { "@reduxjs/toolkit": "2.8.2", "@types/react": "19.1.9", "@types/react-color": "3.0.13", "@types/react-dom": "19.1.7" }, "peerDependencies": { "@emotion/react": "^11", "@emotion/styled": "^11", "@mui/material": "^7", "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "scripts": { "dev": "vite", "build": "vite build", "build:watch": "vite build --watch" } }