Projekt

Obecné

Profil

Stáhnout (1.2 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
  "browserslist": {
30
    "production": [
31
      ">0.2%",
32
      "not dead",
33
      "not op_mini all"
34
    ],
35
    "development": [
36
      "last 1 chrome version",
37
      "last 1 firefox version",
38
      "last 1 safari version"
39
    ]
40
  },
41
  "devDependencies": {
42
    "babel-plugin-transform-remove-console": "^6.9.4"
43
  },
44
  "babel": {
45
    "presets": [
46
      "react-app"
47
    ],
48
    "plugins": [
49
      "transform-remove-console"
50
    ]
51
  }
52
}
(6-6/7)