Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c7d2ced1

Přidáno uživatelem Václav Honzík před více než 2 roky(ů)

From feature/#9196_Connect_Frontend_With_Backend into develop

Zobrazit rozdíly:

frontend/package.json
1 1
{
2 2
  "name": "frontend",
3
  "type": "module",
3 4
  "version": "0.1.0",
4 5
  "private": true,
5 6
  "dependencies": {
7
    "@emotion/react": "^11.8.2",
8
    "@emotion/styled": "^11.8.1",
9
    "@mui/material": "^5.5.1",
6 10
    "@testing-library/jest-dom": "^5.14.1",
7 11
    "@testing-library/react": "^12.0.0",
8 12
    "@testing-library/user-event": "^13.2.1",
......
12 16
    "@types/react-dom": "^17.0.9",
13 17
    "axios": "^0.26.0",
14 18
    "dotenv": "^16.0.0",
19
    "formik": "^2.2.9",
15 20
    "react": "^17.0.2",
16 21
    "react-dom": "^17.0.2",
22
    "react-router-dom": "^6.2.2",
17 23
    "react-scripts": "5.0.0",
24
    "swagger-typescript-api": "^9.3.1",
25
    "ts-node": "^10.7.0",
18 26
    "typescript": "^4.4.2",
19 27
    "web-vitals": "^2.1.0"
20 28
  },
21 29
  "scripts": {
22 30
    "start": "react-scripts start",
23
    "build": "react-scripts build",
31
    "build": "react-scripts build && yarn run gen:swagger",
24 32
    "test": "react-scripts test",
25
    "eject": "react-scripts eject"
33
    "eject": "react-scripts eject",
34
    "gen:swagger": "swagger-typescript-api -p http://localhost:8080/v3/api-docs -o ./src/swagger --modular"
26 35
  },
27 36
  "eslintConfig": {
28 37
    "extends": [

Také k dispozici: Unified diff