68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "cmp",
|
|
"description": "Cmp project",
|
|
"author": "pawan",
|
|
"scripts": {
|
|
"dev": "react-scripts start",
|
|
"build": "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.2.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",
|
|
"@reduxjs/toolkit": "^1.8.2",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
|
|
"axios": "^0.25.0",
|
|
"bootstrap": "^5.2.0",
|
|
"chart.js": "^3.6.0",
|
|
"classnames": "^2.3.1",
|
|
"core-js": "^3.19.1",
|
|
"country-state-city": "^3.0.1",
|
|
"enzyme": "^3.11.0",
|
|
"file-saver": "^2.0.5",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-app-polyfill": "^2.0.0",
|
|
"react-date-picker": "^8.4.0",
|
|
"react-datepicker": "^4.8.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-paginate": "^8.1.3",
|
|
"react-redux": "^7.2.6",
|
|
"react-router-dom": "^5.3.0",
|
|
"react-spinners": "^0.11.0",
|
|
"redux": "4.1.2",
|
|
"serve": "^13.0.2",
|
|
"simplebar-react": "^2.3.6",
|
|
"sweetalert": "^2.1.2",
|
|
"sweetalert2": "^11.4.0",
|
|
"webpack": "4.44.2",
|
|
"xlsx": "^0.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"auto-changelog": "~2.3.0",
|
|
"react-scripts": "^4.0.3",
|
|
"sass": "^1.43.5"
|
|
},
|
|
"engines": {
|
|
"node": "16.x",
|
|
"npm": "6.x"
|
|
}
|
|
}
|