github.com/martinohmann/rfoutlet@v1.2.1-0.20220707195255-8a66aa411105/web/package.json (about)

     1  {
     2    "name": "rfoutlet",
     3    "version": "0.1.0",
     4    "private": true,
     5    "dependencies": {
     6      "@date-io/luxon": "^1.3.11",
     7      "@material-ui/core": "^4.11.4",
     8      "@material-ui/icons": "^4.11.2",
     9      "@material-ui/pickers": "^3.3.10",
    10      "i18next": "^20.2.2",
    11      "i18next-browser-languagedetector": "^4.0.1",
    12      "luxon": "^1.21.2",
    13      "react": "^16.12.0",
    14      "react-dom": "^16.12.0",
    15      "react-i18next": "^11.2.4",
    16      "react-router-dom": "^5.1.2",
    17      "react-scripts": "^4.0.3",
    18      "websocket-as-promised": "^0.9.0"
    19    },
    20    "scripts": {
    21      "start": "react-scripts start",
    22      "build": "react-scripts build",
    23      "test": "react-scripts test --env=jsdom",
    24      "eject": "react-scripts eject"
    25    },
    26    "browserslist": [
    27      ">0.2%",
    28      "not dead",
    29      "not ie <= 11",
    30      "not op_mini all"
    31    ],
    32    "homepage": "/app"
    33  }