{ "name": "@coreui/coreui-free-react-admin-template", "version": "4.1.1", "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": { "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", "build": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build", "build:n17": "react-scripts --openssl-legacy-provider build", "changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit", "eject": "react-scripts eject", "lint": "eslint \"src/**/*.js\"", "start": "serve -s build", "start:n17": "react-scripts --openssl-legacy-provider start", "test": "react-scripts test", "test:cov": "npm test -- --coverage --watchAll=false", "test:debug": "react-scripts --inspect-brk test --runInBand", "heroku-postbuild": "npm run build" }, "config": { "coreui_library_short_version": "4.1" }, "dependencies": { "@coreui/chartjs": "^3.0.0", "@coreui/coreui": "^4.1.0", "@coreui/icons": "^2.1.0", "@coreui/icons-react": "^2.0.0", "@coreui/react": "^4.3.0", "@coreui/react-chartjs": "^2.0.0", "@coreui/utils": "^1.3.1", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@material-ui/core": "^4.12.4", "@material-ui/data-grid": "^4.0.0-alpha.37", "@mui/icons-material": "^5.14.14", "@mui/material": "^5.11.12", "@reduxjs/toolkit": "^1.9.2", "axios": "^0.25.0", "bootstrap": "^5.1.3", "country-state-city": "^3.2.1", "md5": "^2.3.0", "prop-types": "^15.7.2", "quill": "^1.3.7", "react": "18.0.0", "react-bootstrap": "^2.7.0", "react-datepicker": "^4.8.0", "react-dom": "^18.0.0", "react-hot-toast": "^2.4.0", "react-qr-code": "^2.0.11", "react-quill": "^2.0.0", "react-redux": "^7.2.9", "react-router-dom": "^6.7.0", "react-spinners": "^0.11.0", "react-to-print": "^2.14.11", "redux": "4.1.2", "serve": "^13.0.2", "simplebar-react": "^2.3.6", "styled-components": "^6.0.8", "sweetalert": "^2.1.2", "sweetalert2": "^11.4.0", "uuid": "^9.0.1" }, "devDependencies": { "auto-changelog": "~2.3.0", "fuse.js": "^6.6.2", "react-scripts": "^4.0.3", "sass": "^1.43.5" }, "engines": { "node": "16.x", "npm": "6.x" } }