@teravn/onui
Version:
The React UI component library is based on MUI
83 lines (82 loc) • 2.65 kB
JSON
{
"name": "@teravn/onui",
"version": "2.0.4",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Tera-Group/onui.git"
},
"keywords": [
"teravn",
"onui",
"MUI",
"Customize"
],
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "rollup -c",
"prepackpackage": "npm run build",
"packpackage": "cd lib && npm pack"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@mui/icons-material": "^6.4.0",
"@mui/x-data-grid": "^7.23.6",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/blocks": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/react-webpack5": "^7.0.23",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/react": "^18.2.14",
"postcss": "^8.4.24",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.25.2",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^7.0.23",
"typescript": "^5.1.3"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.0",
"@mui/material-nextjs": "^6.3.1",
"@mui/system": "^6.4.0",
"@untitled-ui/icons-react": "^0.1.1",
"date-fns": "^4.1.0",
"react-colorful": "^5.6.1",
"react-datepicker": "^7.6.0",
"react-toastify": "^11.0.3"
},
"description": "The React UI component library is based on MUI",
"bugs": {
"url": "https://github.com/Tera-Group/onui/issues"
},
"homepage": "https://github.com/Tera-Group/onui#readme",
"directories": {
"lib": "lib"
},
"author": "Tera-Group",
"packageManager": "yarn@1.22.1"
}