UNPKG

@nexusui/theme

Version:

This is a simple MUI theme drop in for your React application, which aims to be the source of truth for the NexusUI Design system.

61 lines (60 loc) 1.47 kB
{ "name": "@nexusui/theme", "version": "5.0.1", "description": "", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist", "fonts.js", "colors.js", "colors.d.ts", "README.md", "LICENSE" ], "scripts": { "build": "rimraf dist && rollup -c", "prestart": "rimraf dist" }, "author": "", "peerDependencies": { "@mui/icons-material": "^6.1.0", "@mui/material": "^6.1.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "@fontsource/open-sans": "^4.5.13" }, "devDependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/icons-material": "^6.1.0", "@mui/material": "^6.1.0", "@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-node-resolve": "^13.2.1", "@rollup/plugin-typescript": "^8.3.0", "rimraf": "^3.0.2", "rollup": "^2.60.2", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2" }, "homepage": "https://polite-stone-0cd5ef903.1.azurestaticapps.net/?path=/docs/nexusui-theme-readme--readme", "keywords": [ "hexagon", "nexus", "nexusui", "hmi", "manufacturing intelligence", "theme", "react", "ui", "mui", "colors", "palette" ], "license": "BSD-3-Clause" }