Hospital-Management-System/client/package.json

57 lines
1.3 KiB
JSON

{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@formatjs/intl-relativetimeformat": "7.x",
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"@material-ui/lab": "^4.0.0-alpha.56",
"base-shell": "1.x",
"crypto-js": "^4.2.0",
"github-markdown-css": "4.x",
"immutable": "^4.0.0-rc.12",
"intl": "1.x",
"intl-locales-supported": "1.x",
"material-ui-shell": "1.x",
"notistack": "1.x",
"react": "17.x",
"react-custom-scrollbars": "4.x",
"react-dom": "17.x",
"react-intl": "5.x",
"react-ios-pwa-prompt": "1.x",
"react-markdown": "5.x",
"react-redux": "^7.2.2",
"react-router-dom": "5.x",
"react-router-redux": "^4.0.8",
"react-scripts": "5.0.1",
"react-virtualized-auto-sizer": "1.x",
"react-window": "1.x",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"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"
]
}
}