@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.
147 lines • 4.7 kB
JSON
{
"name": "@totalsoft/rocket-ui",
"version": "0.1.69",
"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": [
"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.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.0",
"@mui/lab": "^5.0.0-alpha.171",
"@mui/material": "^5.16.0",
"@mui/system": "^5.16.0",
"@mui/types": "^7.2.14",
"@mui/x-date-pickers": "5.0.0-beta.6",
"attr-accept": "^2.2.2",
"chart.js": "3.9.1",
"classnames": "^2.5.1",
"date-fns": "^2.30.0",
"i18next": "^22.4.15",
"lodash": "^4.17.21",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-chartjs-2": "4.3.1",
"react-dom": "18.2.0",
"react-number-format": "^4.9.2",
"react-router-dom": "^6.10.0",
"react-toastify": "^8.2.0",
"ts-toolbelt": "^9.6.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@emotion/css": "^11.11.2",
"@nrwl/js": "^15.9.2",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/blocks": "^8.1.11",
"@storybook/builder-webpack5": "^8.1.11",
"@storybook/core-events": "^8.1.11",
"@storybook/manager-api": "^8.1.11",
"@storybook/preview-api": "^8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/react-webpack5": "^8.1.11",
"@storybook/theming": "^8.1.11",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/babel__core": "^7",
"@types/copyfiles": "^2",
"@types/dedent": "^0",
"@types/eslint": "^8",
"@types/jest": "^29.5.0",
"@types/lodash": "^4",
"@types/node": "^18.15.11",
"@types/prop-types": "^15",
"@types/ramda": "^0.29.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-syntax-highlighter": "^15",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"copyfiles": "^2.4.1",
"dedent": "^0.7.0",
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-runner-vscode": "^3.0.1",
"prettier": "^2.8.7",
"prop-types": "15.8.1",
"react-syntax-highlighter": "^15.5.0",
"rimraf": "^5.0.0",
"sort-package-json": "^2.4.1",
"storybook": "^8.1.11",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tss-react": "^4.8.2",
"typescript": "5.0.4"
},
"packageManager": "yarn@4.3.1",
"engines": {
"node": ">=20.x",
"yarn": ">=3.x"
},
"publishConfig": {
"access": "public"
}
}