UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

155 lines 4.92 kB
{ "name": "@totalsoft/rocket-ui", "version": "1.0.9", "description": " A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.", "keywords": [ "Material-UI", "Reusable components", "React", "Components" ], "homepage": "https://osstotalsoft.github.io/rocket-ui-ts", "author": { "name": "Totalsoft", "url": "https://github.com/osstotalsoft" }, "main": "dist/components/index.js", "types": "dist/components/index.d.ts", "scripts": { "build": "run clean && tsc --p tsconfig.build.json && run copy", "build-storybook": "storybook build -o storybuild", "build-test": "tsc --p tsconfig.build.json --noEmit ", "clean": "rimraf dist", "copy": "copyfiles -u 4 src/components/assets/img/*.png dist/components/assets/img", "lint": "eslint src/*.{ts,tsx} && run build-test", "linter": "eslint . --fix --ext .ts,.tsx", "publish": "yarn npm publish", "storybook": "storybook dev -p 6006", "test": "jest --collectCoverage --passWithNoTests--silent=false --runInBand", "version": "yarn version -i $(git describe --abbrev=0 --tags)" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "jest": { "moduleDirectories": [ "node_modules", "src" ], "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__mocks__/fileMock.js", "\\.(css|less)$": "identity-obj-proxy" }, "preset": "ts-jest", "setupFilesAfterEnv": [ "<rootDir>/src/setupTests.ts" ], "testEnvironment": "jsdom", "verbose": true }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.4.0", "@mui/lab": "6.0.0-beta.23", "@mui/material": "^6.4.0", "@mui/system": "^6.4.0", "@mui/types": "^7.2.21", "@mui/x-charts": "^7.24.0", "@mui/x-date-pickers": "^7.24.0", "attr-accept": "^2.2.5", "chart.js": "4.4.7", "classnames": "^2.5.1", "date-fns": "^4.1.0", "i18next": "^23.16.5", "lodash": "^4.17.21", "ramda": "^0.30.1", "react-chartjs-2": "5.3.0", "react-intersection-observer-hook": "^3.0.1", "react-number-format": "^5.4.3", "react-router": "^7.1.3", "react-toastify": "^10.0.6", "ts-toolbelt": "^9.6.0", "uuid": "^11.0.5" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.26.0", "@emotion/css": "^11.13.5", "@eslint/compat": "^1.2.5", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.18.0", "@storybook/addon-essentials": "8.3.0", "@storybook/addon-interactions": "8.3.0", "@storybook/addon-links": "8.3.0", "@storybook/addon-webpack5-compiler-swc": "^1.0.5", "@storybook/blocks": "8.3.0", "@storybook/builder-webpack5": "8.3.0", "@storybook/core-events": "8.3.0", "@storybook/manager-api": "8.3.0", "@storybook/preview-api": "8.3.0", "@storybook/react": "8.3.0", "@storybook/react-webpack5": "8.3.0", "@storybook/theming": "8.3.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.0", "@types/babel__core": "^7.20.5", "@types/copyfiles": "^2.4.4", "@types/dedent": "^0.7.2", "@types/eslint": "^9.6.1", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.14", "@types/node": "^22.10.7", "@types/prop-types": "^15.7.14", "@types/ramda": "^0.30.2", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "@types/react-syntax-highlighter": "^15.5.13", "@typescript-eslint/eslint-plugin": "^8.21.0", "@typescript-eslint/parser": "^8.21.0", "copyfiles": "^2.4.1", "eslint": "9.18.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-storybook": "^0.11.2", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-runner-vscode": "^3.0.1", "prettier": "^3.4.2", "prop-types": "15.8.1", "react": "^19.0.0", "react-dom": "19.0.0", "react-syntax-highlighter": "^15.6.1", "rimraf": "^6.0.1", "storybook": "8.3.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsconfig-paths-webpack-plugin": "^4.2.0", "tss-react": "^4.9.14", "typescript": "5.6.3" }, "packageManager": "yarn@4.5.1", "engines": { "node": ">=20.x", "yarn": ">=3.x" }, "publishConfig": { "access": "public" } }