|
20 | 20 | "fetch-selectors": "npx tsx --require tsconfig-paths/register src/scripts/ccip/fetch-selectors.ts", |
21 | 21 | "detect-new-tokens": "npx tsx --require tsconfig-paths/register src/scripts/ccip/detect-new-tokens.ts", |
22 | 22 | "generate-token-report": "npx tsx --require tsconfig-paths/register src/scripts/ccip/generate-token-report.ts", |
| 23 | + "graphql:schema": "graphql-codegen --config codegen.ts && prettier --write src/lib/ccip/graphql/__generated__/ src/lib/ccip/graphql/schema.graphql.json", |
23 | 24 | "detect-new-data": "npx tsx --require tsconfig-paths/register src/scripts/data/detect-new-data.ts", |
24 | 25 | "detect-trailing-slash-links": "tsx --require tsconfig-paths/register scripts/detect-trailing-slash-links.ts", |
25 | 26 | "fix-trailing-slash-links": "tsx --require tsconfig-paths/register scripts/fix-trailing-slash-links.ts", |
|
98 | 99 | "focus-trap-react": "^11.0.6", |
99 | 100 | "fuse.js": "^7.3.0", |
100 | 101 | "github-slugger": "^2.0.0", |
| 102 | + "graphql": "^16.13.2", |
| 103 | + "graphql-request": "^7.4.0", |
101 | 104 | "lodash": "^4.18.1", |
| 105 | + "lru-cache": "^11.3.3", |
102 | 106 | "marked": "^15.0.12", |
103 | 107 | "nanostores": "^0.11.4", |
104 | 108 | "next": "14.2.35", |
| 109 | + "p-limit": "^7.3.0", |
105 | 110 | "pino": "^9.14.0", |
106 | 111 | "preact": "^10.29.1", |
107 | 112 | "react-instantsearch": "^7.29.0", |
|
116 | 121 | }, |
117 | 122 | "devDependencies": { |
118 | 123 | "@apidevtools/swagger-parser": "^10.1.1", |
| 124 | + "@graphql-codegen/cli": "^6.2.1", |
| 125 | + "@graphql-codegen/client-preset": "^5.2.4", |
| 126 | + "@graphql-codegen/introspection": "^5.0.1", |
119 | 127 | "@jest/globals": "^29.7.0", |
120 | 128 | "@project-serum/anchor": "^0.26.0", |
121 | 129 | "@rollup/plugin-yaml": "^4.1.2", |
|
0 commit comments