...

Text file src/edge-infra.dev/pkg/edge/api/graphiql/package.json

Documentation: edge-infra.dev/pkg/edge/api/graphiql

     1{
     2  "name": "edge-api-graphiql",
     3  "homepage": "https://dev1.edge-preprod.dev/graphiql/",
     4  "version": "1.0.0",
     5  "private": true,
     6  "dependencies": {
     7    "@graphiql/plugin-explorer": "^0.1.20",
     8    "@types/lodash": "^4.14.195",
     9    "@types/node": "^22.5.0",
    10    "@types/react": "^18.3.4",
    11    "@types/react-dom": "^18.2.6",
    12    "graphiql": "^3.7.0",
    13    "graphql": "^16.6.0",
    14    "lodash": "^4.17.21",
    15    "punycode": "^2.3.1",
    16    "react": "^18.2.0",
    17    "react-dom": "^18.2.0",
    18    "react-scripts": "5.0.1",
    19    "typescript": "5.5.4"
    20  },
    21  "scripts": {
    22    "start": "react-scripts start",
    23    "build": "react-scripts build",
    24    "test": "react-scripts test",
    25    "eject": "react-scripts eject"
    26  },
    27  "browserslist": {
    28    "production": [
    29      ">0.2%",
    30      "not dead",
    31      "not op_mini all"
    32    ],
    33    "development": [
    34      "last 1 chrome version",
    35      "last 1 firefox version",
    36      "last 1 safari version"
    37    ]
    38  }
    39}

View as plain text