Projekt

Obecné

Profil

Stáhnout (1.12 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "name": "frontend",
3
  "version": "0.1.0",
4
  "private": true,
5
  "dependencies": {
6
    "@emotion/react": "^11.8.2",
7
    "@emotion/styled": "^11.8.1",
8
    "@mui/material": "^5.5.1",
9
    "@testing-library/jest-dom": "^5.14.1",
10
    "@testing-library/react": "^12.0.0",
11
    "@testing-library/user-event": "^13.2.1",
12
    "@types/jest": "^27.0.1",
13
    "@types/node": "^16.7.13",
14
    "@types/react": "^17.0.20",
15
    "@types/react-dom": "^17.0.9",
16
    "axios": "^0.26.0",
17
    "dotenv": "^16.0.0",
18
    "react": "^17.0.2",
19
    "react-dom": "^17.0.2",
20
    "react-router-dom": "^6.2.2",
21
    "react-scripts": "5.0.0",
22
    "typescript": "^4.4.2",
23
    "web-vitals": "^2.1.0"
24
  },
25
  "scripts": {
26
    "start": "react-scripts start",
27
    "build": "react-scripts build",
28
    "test": "react-scripts test",
29
    "eject": "react-scripts eject"
30
  },
31
  "eslintConfig": {
32
    "extends": [
33
      "react-app",
34
      "react-app/jest"
35
    ]
36
  },
37
  "browserslist": {
38
    "production": [
39
      ">0.2%",
40
      "not dead",
41
      "not op_mini all"
42
    ],
43
    "development": [
44
      "last 1 chrome version",
45
      "last 1 firefox version",
46
      "last 1 safari version"
47
    ]
48
  }
49
}
(3-3/5)