Frontend principal de GEMCO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GEMCOFrontend/package.json

95 lines
2.6 KiB

2 years ago
{
"name": "gemco",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/react-redux": "^7.1.23",
"a-chart": "^1.1.4",
"ag-grid-community": "^27.0.1",
"ag-grid-react": "^27.0.1",
"apexcharts": "^3.35.3",
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
"btoa": "^1.2.1",
"custom-item-select": "^1.2.3",
"env-cmd": "^10.1.0",
2 years ago
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"qr-scanner": "^1.4.1",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-bootstrap": "^2.2.0",
"react-captchaa": "^1.0.13",
2 years ago
"react-currency-format": "^1.1.0",
"react-data-export": "^0.6.0",
"react-data-table-component": "^7.5.2",
"react-data-table-component-extensions": "^1.6.0",
"react-datepicker": "^4.8.0",
"react-datetime": "^3.1.1",
"react-dom": "^17.0.2",
"react-drag-drop-files": "^2.3.5",
"react-dropdown-select": "^4.9.0",
"react-dropzone": "^14.2.1",
"react-flexy-table": "^1.8.10",
"react-google-qrcode": "^1.0.3",
"react-grid-data": "^1.1.5",
"react-icons": "^4.3.1",
"react-number-format": "^5.1.2",
2 years ago
"react-print-components": "^1.0.4",
"react-redux": "^7.2.6",
"react-router-dom": "6",
"react-scripts": "5.0.0",
"react-to-print": "^2.14.7",
"react-webcam-qr-scanner.ts": "^1.0.4",
"redux": "^4.1.2",
"redux-starter-kit": "^2.0.0",
"string-hex": "^1.0.0",
"typescript": "^4.6.2",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.4",
"yup": "^0.32.11"
},
"scripts": {
"start-dev": "env-cmd -f .env.development react-scripts start",
"start-qa": "env-cmd -f .env.qa react-scripts start",
"start-prod": "env-cmd -f .env.production react-scripts start",
"build-qa": "env-cmd -f .env.qa react-scripts build",
"build-prod": "env-cmd -f .env.production react-scripts build",
2 years ago
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"cypress": "^11.0.1",
"cypress-plugin-tab": "^1.0.5"
}
}