Ignore:
Timestamp:
02/14/22 01:41:41 (2 years ago)
Author:
Tasevski2 <39170279+Tasevski2@…>
Branches:
master
Children:
747e0ab
Parents:
e8b1076
Message:

Push before video

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/client/package.json

    re8b1076 rbc20307  
    11{
    2   "name": "my",
    3   "version": "0.1.0",
    4   "private": true,
    5   "dependencies": {
    6     "@emotion/react": "^11.4.1",
    7     "@emotion/styled": "^11.3.0",
    8     "@frogress/line": "^1.0.1",
    9     "@mui/icons-material": "^5.0.0",
    10     "@mui/material": "^5.0.0",
    11     "@mui/styled-engine-sc": "^5.0.0",
    12     "@mui/styles": "^5.0.0",
    13     "@testing-library/jest-dom": "^5.11.4",
    14     "@testing-library/react": "^11.1.0",
    15     "@testing-library/user-event": "^12.1.10",
    16     "google-map-react": "^2.1.10",
    17     "moment": "^2.29.1",
    18     "react": "^17.0.2",
    19     "react-dom": "^17.0.2",
    20     "react-router-dom": "^5.3.0",
    21     "react-scripts": "4.0.3",
    22     "styled-components": "^5.3.1",
    23     "web-vitals": "^1.0.1"
    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   }
     2    "name": "my",
     3    "version": "0.1.0",
     4    "private": true,
     5    "dependencies": {
     6        "@emotion/react": "^11.4.1",
     7        "@emotion/styled": "^11.3.0",
     8        "@frogress/line": "^1.0.1",
     9        "@material-ui/core": "^4.12.3",
     10        "@mui/icons-material": "^5.0.0",
     11        "@mui/material": "^5.0.0",
     12        "@mui/styled-engine-sc": "^5.0.0",
     13        "@mui/styles": "^5.0.0",
     14        "@testing-library/jest-dom": "^5.11.4",
     15        "@testing-library/react": "^11.1.0",
     16        "@testing-library/user-event": "^12.1.10",
     17        "axios": "^0.24.0",
     18        "google-map-react": "^2.1.10",
     19        "jwt-decode": "^3.1.2",
     20        "material-ui-color": "^1.2.0",
     21        "moment": "^2.29.1",
     22        "react": "^17.0.2",
     23        "react-dnd": "^14.0.4",
     24        "react-dnd-html5-backend": "^14.0.2",
     25        "react-dnd-preview": "^6.0.2",
     26        "react-dnd-touch-backend": "^14.1.1",
     27        "react-dom": "^17.0.2",
     28        "react-router-dom": "^5.3.0",
     29        "react-scripts": "4.0.3",
     30        "styled-components": "^5.3.1",
     31        "web-vitals": "^1.0.1"
     32    },
     33    "scripts": {
     34        "start": "react-scripts start",
     35        "build": "react-scripts build",
     36        "test": "react-scripts test",
     37        "eject": "react-scripts eject"
     38    },
     39    "eslintConfig": {
     40        "extends": [
     41            "react-app",
     42            "react-app/jest"
     43        ]
     44    },
     45    "browserslist": {
     46        "production": [
     47            ">0.2%",
     48            "not dead",
     49            "not op_mini all"
     50        ],
     51        "development": [
     52            "last 1 chrome version",
     53            "last 1 firefox version",
     54            "last 1 safari version"
     55        ]
     56    },
     57    "proxy": "http://localhost:8080"
    4958}
Note: See TracChangeset for help on using the changeset viewer.