Files
hpos-web/package.json

72 lines
1.9 KiB
JSON
Raw Normal View History

{
2023-07-27 10:31:15 +05:30
"name": "hpos-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.4.0",
2023-07-05 07:12:43 +05:30
"d3": "^7.8.5",
"d3-selection": "^3.0.0",
"firebase": "^9.23.0",
"lodash": "^4.17.21",
2023-07-21 08:20:39 +05:30
"ml-savitzky-golay-generalized": "^4.0.1",
"moment": "^2.29.4",
"react": "^18.2.0",
2023-08-23 20:57:33 +05:30
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-dropdown": "^1.11.0",
2023-07-08 18:59:29 +05:30
"react-flip-numbers": "^3.0.8",
2023-07-27 10:31:15 +05:30
"react-icons": "^4.10.1",
"react-redux": "^8.1.2",
2023-07-20 09:17:22 +05:30
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"react-select": "^5.7.4",
2023-07-27 10:31:15 +05:30
"topojson-client": "^3.1.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
2023-07-26 15:35:17 +05:30
"deploy": "npm run build && firebase deploy",
2024-01-21 11:38:34 +05:30
"coverage": "react-scripts test --coverage",
"test-ci": "jest --testPathIgnorePatterns=src/tests/ --passWithNoTests --ci --bail"
},
"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"
]
2023-08-29 16:29:57 +05:30
},
"devDependencies": {
2024-01-21 11:38:34 +05:30
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
2023-08-29 16:29:57 +05:30
"csv-parser": "^3.0.0",
2024-01-21 11:38:34 +05:30
"html-pdf-node": "^1.0.8",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.1"
}
}