-
Notifications
You must be signed in to change notification settings - Fork 727
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20f6f8a
commit efe28ba
Showing
7 changed files
with
790 additions
and
834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Changelog | ||
## [1.0.1] 2022-07-26 | ||
|
||
- We used the Material UI Circular Progress instead of the plugins since they were deprecated. We also removed the tilt card for the same reason. The plugins are still used in previous versions! | ||
## [1.0.0] 2022-01-03 | ||
|
||
### Original Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,70 @@ | ||
{ | ||
"name": "vision-ui-dashboard-react", | ||
"version": "3.0.0", | ||
"private": true, | ||
"author": "Creative Tim", | ||
"license": "See license in https://www.creative-tim.com/license", | ||
"description": "Material UI version of Vision UI Dashboard by Creative Tim", | ||
"homepage": "https://demos.creative-tim.com/vision-ui-dashboard-react/#/dashboard", | ||
"bugs": { | ||
"url": "https://github.com/creativetimofficial/vision-ui-dashboard-react/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/creativetimofficial/vision-ui-dashboard-react.git" | ||
}, | ||
"dependencies": { | ||
"@delowar/react-circle-progressbar": "^1.0.0", | ||
"@emotion/cache": "11.4.0", | ||
"@emotion/react": "11.4.1", | ||
"@emotion/styled": "11.3.0", | ||
"@mui/icons-material": "5.1.1", | ||
"@mui/material": "5.1.1", | ||
"@mui/styled-engine": "5.1.1", | ||
"@mui/styles": "^5.2.0", | ||
"@testing-library/jest-dom": "5.11.4", | ||
"@testing-library/react": "11.1.0", | ||
"@testing-library/user-event": "12.1.10", | ||
"apexcharts": "^3.30.0", | ||
"chroma-js": "2.1.2", | ||
"eslint": "^7.11.0", | ||
"prop-types": "15.7.2", | ||
"react": "17.0.2", | ||
"react-apexcharts": "^1.3.9", | ||
"react-countup": "5.2.0", | ||
"react-dom": "17.0.2", | ||
"react-flatpickr": "3.10.7", | ||
"react-github-btn": "1.2.1", | ||
"react-icons": "^4.3.1", | ||
"react-router-dom": "5.2.0", | ||
"react-scripts": "4.0.3", | ||
"stylis": "4.0.10", | ||
"stylis-plugin-rtl": "2.1.0", | ||
"uuid": "8.3.2", | ||
"web-vitals": "1.0.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
"name": "vision-ui-dashboard-react", | ||
"version": "3.0.0", | ||
"private": true, | ||
"author": "Creative Tim", | ||
"license": "See license in https://www.creative-tim.com/license", | ||
"description": "Material UI version of Vision UI Dashboard by Creative Tim", | ||
"homepage": "https://demos.creative-tim.com/vision-ui-dashboard-react/#/dashboard", | ||
"bugs": { | ||
"url": "https://github.com/creativetimofficial/vision-ui-dashboard-react/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/creativetimofficial/vision-ui-dashboard-react.git" | ||
}, | ||
"dependencies": { | ||
"@emotion/cache": "11.4.0", | ||
"@emotion/react": "^11.9.3", | ||
"@emotion/styled": "^11.9.3", | ||
"@mui/icons-material": "5.1.1", | ||
"@mui/material": "^5.9.2", | ||
"@mui/styled-engine": "5.1.1", | ||
"@mui/styles": "^5.2.0", | ||
"@testing-library/jest-dom": "5.11.4", | ||
"@testing-library/react": "11.1.0", | ||
"@testing-library/user-event": "12.1.10", | ||
"apexcharts": "^3.30.0", | ||
"chroma-js": "2.1.2", | ||
"eslint": "^7.11.0", | ||
"prop-types": "15.7.2", | ||
"react": "17.0.2", | ||
"react-apexcharts": "^1.3.9", | ||
"react-countup": "5.2.0", | ||
"react-dom": "17.0.2", | ||
"react-flatpickr": "3.10.7", | ||
"react-github-btn": "1.2.1", | ||
"react-icons": "^4.3.1", | ||
"react-router-dom": "5.2.0", | ||
"react-scripts": "4.0.3", | ||
"stylis": "4.0.10", | ||
"stylis-plugin-rtl": "2.1.0", | ||
"uuid": "8.3.2", | ||
"web-vitals": "1.0.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
Oops, something went wrong.