Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Berry offers everything you need to create dashboards. We have included the foll
## Technology Stack

- [Material UI V7](https://material-ui.com/)
- [React 19](https://react.dev/)
- [React 19.2](https://react.dev/)
- Built with React Hooks API
- Redux & React Context API for State Management
- React Router for Navigation Routing
Expand Down Expand Up @@ -122,7 +122,7 @@ Berry offers everything you need to create dashboards. We have included the foll

| Dashboard | FREE | PRO |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Mantis%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://mantisdashboard.com/free/) | [**Pro**](https://mui.com/store/items/mantis-react-admin-dashboard-template/)</span> |
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Mantis%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://mantisdashboard.com/free/) | [**Pro**](https://mui.com/store/items/mantis-react-admin-dashboard-template/)</span> |
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Datta%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/datta-able-react-free-admin-template/) | [**Pro**](https://codedthemes.com/item/datta-able-react-admin-template/)</span> |
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Gradient%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/gradient-able-reactjs-free-admin-template/) | [**Pro**](https://codedthemes.com/item/gradient-able-reactjs-admin-dashboard/)</span> |

Expand Down
2 changes: 1 addition & 1 deletion vite/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_VERSION=v5.0.0
VITE_APP_VERSION=v5.1.0
GENERATE_SOURCEMAP=false

## PUBLIC URL
Expand Down
3 changes: 2 additions & 1 deletion vite/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false
"useTabs": false,
"endOfLine": "lf"
}
12 changes: 1 addition & 11 deletions vite/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,7 @@ export default [
}
],

'prettier/prettier': [
'warn',
{
bracketSpacing: true,
printWidth: 140,
singleQuote: true,
trailingComma: 'none',
tabWidth: 2,
useTabs: false
}
]
'prettier/prettier': 'warn',
}
},
{
Expand Down
40 changes: 20 additions & 20 deletions vite/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "berry-material-react-js",
"version": "5.0.0",
"version": "5.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@fontsource/inter": "5.2.8",
"@fontsource/poppins": "5.2.7",
"@fontsource/roboto": "5.2.8",
"@mui/icons-material": "7.3.4",
"@mui/material": "7.3.4",
"@fontsource/roboto": "5.2.9",
"@mui/icons-material": "7.3.5",
"@mui/material": "7.3.5",
"@tabler/icons-react": "3.35.0",
"@vitejs/plugin-react": "5.0.4",
"apexcharts": "5.3.5",
"framer-motion": "12.23.22",
"@vitejs/plugin-react": "5.1.1",
"apexcharts": "5.3.6",
"framer-motion": "12.23.25",
"lodash-es": "4.17.21",
"material-ui-popup-state": "5.3.6",
"react": "19.2.0",
"react-apexcharts": "1.7.0",
"react-apexcharts": "1.9.0",
"react-device-detect": "2.2.3",
"react-dom": "19.2.0",
"react-router": "7.9.3",
"react-router-dom": "7.9.3",
"react-router": "7.9.6",
"react-router-dom": "7.9.6",
"simplebar-react": "3.3.2",
"slick-carousel": "1.8.1",
"swr": "2.3.6",
"vite": "7.1.9",
"swr": "2.3.7",
"vite": "7.2.6",
"vite-jsconfig-paths": "2.0.1",
"web-vitals": "5.1.0",
"yup": "1.7.1"
Expand Down Expand Up @@ -57,18 +57,18 @@
]
},
"devDependencies": {
"@eslint/compat": "1.4.0",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.37.0",
"eslint": "9.37.0",
"@eslint/compat": "2.0.0",
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.1",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "6.1.1",
"prettier": "3.6.2",
"eslint-plugin-react-hooks": "7.0.1",
"prettier": "3.7.3",
"prettier-eslint-cli": "8.0.1",
"sass": "1.93.2"
"sass": "1.94.2"
},
"packageManager": "yarn@4.10.3"
}
}
157 changes: 0 additions & 157 deletions vite/src/assets/scss/_themes-vars.module.scss

This file was deleted.

Loading