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.
57 lines
1.4 KiB
57 lines
1.4 KiB
{
|
|
"name": "crud-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.7.1",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@mui/icons-material": "^5.3.1",
|
|
"@mui/material": "^5.4.0",
|
|
"@mui/x-data-grid": "^5.5.0",
|
|
"@testing-library/jest-dom": "^5.12.0",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@testing-library/user-event": "^12.8.3",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^0.21.1",
|
|
"lottie-react": "^2.2.1",
|
|
"multiselect-react-dropdown": "^2.0.17",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-editext": "^4.2.1",
|
|
"react-pro-sidebar": "^0.7.1",
|
|
"react-redux": "^7.2.6",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^5.0.0",
|
|
"reakit": "^1.3.11",
|
|
"redux": "^4.1.2",
|
|
"redux-devtools-extension": "^2.13.9",
|
|
"redux-thunk": "^2.4.1",
|
|
"socket.io-client": "^4.4.1",
|
|
"styled-components": "^5.3.3",
|
|
"web-vitals": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"start": "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"
|
|
]
|
|
}
|
|
}
|
|
|