| { |
| "name": "@coreui/coreui-free-react-admin-template", |
| "version": "5.5.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", |
| "serve": "vite preview", |
| "start": "vite" |
| }, |
| "dependencies": { |
| "@coreui/chartjs": "^4.1.0", |
| "@coreui/coreui": "^5.5.0", |
| "@coreui/icons": "^3.0.1", |
| "@coreui/icons-react": "^2.3.0", |
| "@coreui/react": "^5.9.2", |
| "@coreui/react-chartjs": "^3.0.0", |
| "@coreui/utils": "^2.0.2", |
| "@popperjs/core": "^2.11.8", |
| "chart.js": "^4.5.1", |
| "classnames": "^2.5.1", |
| "core-js": "^3.47.0", |
| "prop-types": "^15.8.1", |
| "react": "^19.2.3", |
| "react-dom": "^19.2.3", |
| "react-redux": "^9.2.0", |
| "react-router-dom": "^7.11.0", |
| "redux": "5.0.1", |
| "simplebar-react": "^3.3.2" |
| }, |
| "devDependencies": { |
| "@vitejs/plugin-react": "^5.1.2", |
| "autoprefixer": "^10.4.23", |
| "eslint": "^9.39.2", |
| "eslint-config-prettier": "^10.1.8", |
| "eslint-plugin-prettier": "^5.5.4", |
| "eslint-plugin-react": "^7.37.5", |
| "eslint-plugin-react-hooks": "^7.0.1", |
| "globals": "^16.5.0", |
| "postcss": "^8.5.6", |
| "prettier": "3.7.4", |
| "sass": "^1.97.0", |
| "vite": "^7.3.0" |
| } |
| } |
|
|