blob: e36268dc3480e5bd6a032fd789870377c16a663a [file] [log] [blame]
arseniy.sorokinbdf2def2023-10-05 00:05:32 +02001{
2 "name": "frontend",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@testing-library/jest-dom": "^5.11.10",
7 "@testing-library/react": "^11.2.5",
8 "@testing-library/user-event": "^12.8.3",
9 "@testing-library/dom": "^7.21.4",
10 "@types/webpack": "^5.28.0",
11 "sockjs-client": "^1.4.0",
12 "type-fest": "^0.13.1",
13 "webpack-hot-middleware": "^2.25.1",
14 "webpack-plugin-serve": "^1.5.0",
15 "bootstrap": "^5.1",
16 "react": "^17.0.2",
17 "react-cookie": "^4.1.1",
18 "react-dom": "^17.0.2",
19 "react-router-dom": "^5.3.0",
20 "react-scripts": "5.0.1",
21 "reactstrap": "^8.10.0",
22 "web-vitals": "^1.1.1",
23 "@mui/material": "^5.14.10",
24 "@emotion/react": "^11.11.1",
25 "@emotion/styled": "^11.11.0",
26 "file-saver": "^2.0.5"
27 },
28 "scripts": {
29 "start": "react-scripts start",
30 "build": "react-scripts build",
31 "test": "react-scripts test",
32 "eject": "react-scripts eject"
33 },
34 "proxy": "http://localhost:8080",
35 "eslintConfig": {
36 "extends": [
37 "react-app",
38 "react-app/jest"
39 ]
40 },
41 "browserslist": {
42 "production": [
43 ">0.2%",
44 "not dead",
45 "not op_mini all"
46 ],
47 "development": [
48 "last 1 chrome version",
49 "last 1 firefox version",
50 "last 1 safari version"
51 ]
52 }
53}