{ "name": "edge-api-graphiql", "homepage": "https://dev1.edge-preprod.dev/graphiql/", "version": "1.0.0", "private": true, "dependencies": { "@graphiql/plugin-explorer": "^0.1.20", "@types/lodash": "^4.14.195", "@types/node": "^22.5.0", "@types/react": "^18.3.4", "@types/react-dom": "^18.2.6", "graphiql": "^3.7.0", "graphql": "^16.6.0", "lodash": "^4.17.21", "punycode": "^2.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "typescript": "5.5.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }