54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "hpos-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"axios": "^1.4.0",
|
|
"d3": "^7.8.5",
|
|
"d3-selection": "^3.0.0",
|
|
"firebase": "^9.23.0",
|
|
"lodash": "^4.17.21",
|
|
"ml-savitzky-golay-generalized": "^4.0.1",
|
|
"moment": "^2.29.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropdown": "^1.11.0",
|
|
"react-flip-numbers": "^3.0.8",
|
|
"react-icons": "^4.10.1",
|
|
"react-router-dom": "^6.14.2",
|
|
"react-scripts": "5.0.1",
|
|
"react-select": "^5.7.4",
|
|
"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",
|
|
"deploy": "npm run build && firebase deploy",
|
|
"coverage": "react-scripts test --coverage"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|