Projekt

Obecné

Profil

Stáhnout (2.14 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "name": "frontend",
3
  "type": "module",
4
  "version": "0.1.0",
5
  "private": true,
6
  "dependencies": {
7
    "@emotion/react": "^11.8.2",
8
    "@emotion/styled": "^11.8.1",
9
    "@faker-js/faker": "^6.0.0",
10
    "@mui/icons-material": "^5.5.1",
11
    "@mui/material": "^5.5.2",
12
    "@reduxjs/toolkit": "^1.8.1",
13
    "axios": "^0.27.2",
14
    "dompurify": "^2.3.6",
15
    "dotenv": "^16.0.0",
16
    "formik": "^2.2.9",
17
    "jwt-decode": "^3.1.2",
18
    "leaflet": "^1.8.0",
19
    "react": "^17.0.2",
20
    "react-beautiful-dnd": "^13.1.0",
21
    "react-dom": "^17.0.2",
22
    "react-html-parser": "^2.0.2",
23
    "react-leaflet": "3.2.5",
24
    "react-leaflet-textpath": "^2.1.1",
25
    "react-quill": "^1.3.5",
26
    "react-redux": "^7.2.6",
27
    "react-router-dom": "^6.2.2",
28
    "react-scripts": "5.0.0",
29
    "redux": "^4.1.2",
30
    "redux-persist": "^6.0.0",
31
    "redux-thunk": "^2.4.1",
32
    "swagger-typescript-api": "^9.3.1",
33
    "ts-node": "^10.7.0",
34
    "typescript": "^4.4.2",
35
    "uuid": "^8.3.2",
36
    "web-vitals": "^2.1.0",
37
    "yup": "^0.32.11"
38
  },
39
  "scripts": {
40
    "start": "react-scripts start",
41
    "build": "react-scripts build",
42
    "test": "react-scripts test",
43
    "eject": "react-scripts eject",
44
    "gen:swagger": "swagger-typescript-api -p http://localhost:8080/v3/api-docs -o ./src/swagger --modular"
45
  },
46
  "eslintConfig": {
47
    "extends": [
48
      "react-app",
49
      "react-app/jest"
50
    ]
51
  },
52
  "browserslist": {
53
    "production": [
54
      ">0.2%",
55
      "not dead",
56
      "not op_mini all"
57
    ],
58
    "development": [
59
      "last 1 chrome version",
60
      "last 1 firefox version",
61
      "last 1 safari version"
62
    ]
63
  },
64
  "devDependencies": {
65
    "@testing-library/jest-dom": "^5.14.1",
66
    "@testing-library/react": "^12.0.0",
67
    "@testing-library/user-event": "^13.2.1",
68
    "@types/dompurify": "^2.3.3",
69
    "@types/jest": "^27.0.1",
70
    "@types/leaflet": "^1.7.9",
71
    "@types/node": "^16.7.13",
72
    "@types/react": "^17.0.43",
73
    "@types/react-beautiful-dnd": "^13.1.2",
74
    "@types/react-dom": "^17.0.9",
75
    "@types/react-redux": "^7.1.23",
76
    "@types/redux-persist": "^4.3.1",
77
    "@types/uuid": "^8.3.4",
78
    "@types/yup": "^0.29.13",
79
    "redux-devtools-extension": "^2.13.9"
80
  }
81
}
(7-7/9)