2023-07-03 13:21:43 +05:30
|
|
|
{
|
2023-07-27 10:31:15 +05:30
|
|
|
"name": "hpos-web",
|
2023-07-03 13:21:43 +05:30
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2023-08-01 15:38:22 +05:30
|
|
|
"@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",
|
2023-07-03 13:21:43 +05:30
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2023-07-21 03:56:24 +05:30
|
|
|
"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",
|
2024-01-30 21:00:03 +05:30
|
|
|
"katex": "^0.16.9",
|
2023-07-21 03:56:24 +05:30
|
|
|
"lodash": "^4.17.21",
|
2023-07-21 08:20:39 +05:30
|
|
|
"ml-savitzky-golay-generalized": "^4.0.1",
|
2023-07-20 19:47:52 +05:30
|
|
|
"moment": "^2.29.4",
|
2024-02-10 10:07:52 +05:30
|
|
|
"nats": "^2.19.0",
|
2023-07-03 13:21:43 +05:30
|
|
|
"react": "^18.2.0",
|
2023-08-23 20:57:33 +05:30
|
|
|
"react-datepicker": "^4.16.0",
|
2023-07-03 13:21:43 +05:30
|
|
|
"react-dom": "^18.2.0",
|
2023-07-21 03:56:24 +05:30
|
|
|
"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",
|
2024-01-30 21:00:03 +05:30
|
|
|
"react-katex": "^3.0.1",
|
2024-01-26 23:02:43 +05:30
|
|
|
"react-markdown": "^9.0.1",
|
2024-01-30 21:00:03 +05:30
|
|
|
"react-mathjax": "^1.0.1",
|
2023-08-01 15:38:22 +05:30
|
|
|
"react-redux": "^8.1.2",
|
2023-07-20 09:17:22 +05:30
|
|
|
"react-router-dom": "^6.14.2",
|
2023-07-03 13:21:43 +05:30
|
|
|
"react-scripts": "5.0.1",
|
2023-07-22 13:21:39 +05:30
|
|
|
"react-select": "^5.7.4",
|
2024-01-30 21:00:03 +05:30
|
|
|
"remark-gfm": "^4.0.0",
|
|
|
|
|
"remark-math": "^6.0.0",
|
2023-07-27 10:31:15 +05:30
|
|
|
"topojson-client": "^3.1.0",
|
2023-07-03 13:21:43 +05:30
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "react-scripts start",
|
|
|
|
|
"build": "react-scripts build",
|
|
|
|
|
"test": "react-scripts test",
|
2023-07-21 11:00:09 +05:30
|
|
|
"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"
|
2023-07-03 13:21:43 +05:30
|
|
|
},
|
|
|
|
|
"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"
|
2023-07-03 13:21:43 +05:30
|
|
|
}
|
|
|
|
|
}
|