Projekt

Obecné

Profil

Stáhnout (1.06 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "name": "yoso-dashboard",
3
  "version": "0.1.0",
4
  "private": true,
5
  "dependencies": {
6
    "@fullcalendar/core": "^4.4.2",
7
    "@fullcalendar/daygrid": "^4.4.2",
8
    "@fullcalendar/interaction": "^4.4.2",
9
    "@fullcalendar/react": "^4.4.2",
10
    "@testing-library/jest-dom": "^4.2.4",
11
    "@testing-library/react": "^9.3.2",
12
    "@testing-library/user-event": "^7.1.2",
13
    "bootstrap": "^4.5.0",
14
    "moment": "^2.27.0",
15
    "react": "^16.13.1",
16
    "react-bootstrap": "^1.0.1",
17
    "react-dom": "^16.13.1",
18
    "react-router": "^5.2.0",
19
    "react-router-dom": "^5.2.0",
20
    "react-scripts": "3.4.1",
21
    "reactjs-popup": "^1.5.0"
22
  },
23
  "scripts": {
24
    "start": "react-scripts start",
25
    "build": "react-scripts build",
26
    "test": "react-scripts test",
27
    "eject": "react-scripts eject"
28
  },
29
  "eslintConfig": {
30
    "extends": "react-app"
31
  },
32
  "browserslist": {
33
    "production": [
34
      ">0.2%",
35
      "not dead",
36
      "not op_mini all"
37
    ],
38
    "development": [
39
      "last 1 chrome version",
40
      "last 1 firefox version",
41
      "last 1 safari version"
42
    ]
43
  }
44
}
(4-4/5)