{
  "name": "@arcblock/graphql-playground",
  "version": "3.5.3",
  "description": "A React Component to interact with GraphQL APIs",
  "keywords": [
    "react",
    "arcblock",
    "component"
  ],
  "author": "wangshijun<wangshijun2010@gmail.com>",
  "homepage": "https://github.com/ArcBlock/ux#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArcBlock/ux.git"
  },
  "scripts": {
    "lint": "eslint src tests --ext js --ext jsx",
    "lint:fix": "npm run lint -- --fix",
    "build": "vite build",
    "watch": "vite build --watch",
    "precommit": "CI=1 npm run lint",
    "prepush": "CI=1 npm run lint",
    "prepublish": "npm run build",
    "test": "node tools/jest.js",
    "coverage": "npm run test -- --coverage"
  },
  "bugs": {
    "url": "https://github.com/ArcBlock/ux/issues"
  },
  "dependencies": {
    "@graphiql/plugin-explorer": "^5.0.0",
    "@graphiql/toolkit": "^0.11.3",
    "axios": "^1.15.2",
    "graphiql": "^5.0.3",
    "graphql": "^16.11.0"
  },
  "peerDependencies": {
    "@arcblock/ux": "^3.1.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "react": "^19.0.0",
    "react-router-dom": "^6.30.3"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "eslint-plugin-react-hooks": "^4.6.2",
    "jest": "^29.7.0"
  },
  "gitHead": "e3f1e3b2ade90ec561b71ff8e45e9ad7d7a6dd5d"
}
