69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "@coreui/coreui-free-react-admin-template",
|
|
"version": "5.1.0",
|
|
"description": "CoreUI Free React Admin Template",
|
|
"homepage": ".",
|
|
"bugs": {
|
|
"url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:coreui/coreui-free-react-admin-template.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"lint": "eslint \"src/**/*.js\"",
|
|
"serve": "vite preview",
|
|
"start": "vite"
|
|
},
|
|
"dependencies": {
|
|
"@coreui/chartjs": "^4.0.0",
|
|
"@coreui/coreui": "^5.0.2",
|
|
"@coreui/icons": "^3.0.1",
|
|
"@coreui/icons-react": "^2.2.1",
|
|
"@coreui/react": "^5.1.0",
|
|
"@coreui/react-chartjs": "^3.0.0",
|
|
"@coreui/utils": "^2.0.2",
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@mui/icons-material": "^5.16.4",
|
|
"@mui/material": "^5.16.4",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@themesberg/react-bootstrap": "^1.4.1",
|
|
"axios": "^1.7.2",
|
|
"chart.js": "^4.4.3",
|
|
"classnames": "^2.5.1",
|
|
"core-js": "^3.37.1",
|
|
"date-fns": "^3.6.0",
|
|
"jwt-decode": "^4.0.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-redux": "^9.1.2",
|
|
"react-router-dom": "^6.23.1",
|
|
"redux": "5.0.1",
|
|
"redux-devtools-extension": "^2.13.9",
|
|
"redux-thunk": "^3.1.0",
|
|
"simplebar-react": "^3.2.5",
|
|
"sweetalert2": "^11.12.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.34.2",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "3.3.2",
|
|
"sass": "^1.77.5",
|
|
"vite": "^5.2.13"
|
|
}
|
|
}
|