|
| 1 | +{ |
| 2 | + "name": "@graphiql/plugin-doc-explorer", |
| 3 | + "version": "0.0.0", |
| 4 | + "sideEffects": false, |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/graphql/graphiql", |
| 8 | + "directory": "packages/graphiql-plugin-doc-explorer" |
| 9 | + }, |
| 10 | + "homepage": "https://github.com/graphql/graphiql/tree/master/packages/graphiql-plugin-doc-explorer#readme", |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/graphql/graphiql/issues?q=issue+label:@graphiql/plugin-doc-explorer" |
| 13 | + }, |
| 14 | + "license": "MIT", |
| 15 | + "exports": { |
| 16 | + "./package.json": "./package.json", |
| 17 | + "./style.css": "./dist/style.css", |
| 18 | + ".": "./dist/index.js" |
| 19 | + }, |
| 20 | + "types": "dist/index.d.ts", |
| 21 | + "keywords": [ |
| 22 | + "react", |
| 23 | + "graphql", |
| 24 | + "graphiql", |
| 25 | + "plugin", |
| 26 | + "documentation", |
| 27 | + "explorer" |
| 28 | + ], |
| 29 | + "files": [ |
| 30 | + "dist" |
| 31 | + ], |
| 32 | + "scripts": { |
| 33 | + "dev": "vite build --watch", |
| 34 | + "build": "vite build", |
| 35 | + "test": "vitest", |
| 36 | + "types:check": "tsc --noEmit" |
| 37 | + }, |
| 38 | + "peerDependencies": { |
| 39 | + "react": "^18 || ^19", |
| 40 | + "react-dom": "^18 || ^19", |
| 41 | + "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0" |
| 42 | + }, |
| 43 | + "dependencies": { |
| 44 | + "react-compiler-runtime": "19.1.0-rc.1", |
| 45 | + "@graphiql/react": "^0.31.0", |
| 46 | + "@headlessui/react": "^2.2" |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "@vitejs/plugin-react": "^4.4.1", |
| 50 | + "vite-plugin-dts": "^4.5.3", |
| 51 | + "babel-plugin-react-compiler": "19.1.0-rc.1", |
| 52 | + "@testing-library/dom": "^10.4.0", |
| 53 | + "@testing-library/jest-dom": "^6.6.3", |
| 54 | + "@testing-library/react": "^16.3.0", |
| 55 | + "react": "^19.1.0", |
| 56 | + "react-dom": "^19.1.0", |
| 57 | + "vite": "^6.3.4", |
| 58 | + "graphql": "^16.9.0" |
| 59 | + } |
| 60 | +} |
0 commit comments