-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.93 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "typesync-studio",
"description": "App that reads the Hypergraph schema and mappings from the directory where @graphprotocol/hypergraph is installed and lets you browse existing schemas from The Knowledge Graph to update your Hypergraph schema.",
"private": true,
"type": "module",
"scripts": {
"codegen:gql": "graphql-codegen --config ./graphql.codegen.ts",
"dev": "vite",
"start": "vite",
"build": "vite build && tsc",
"serve": "vite preview",
"test": "vitest run",
"lint:fix": "biome check --write --unsafe"
},
"dependencies": {
"@base-ui-components/react": "1.0.0-beta.2",
"@geoprotocol/geo-sdk": "^0.14.0",
"@graphprotocol/hypergraph": "workspace:*",
"@graphprotocol/hypergraph-react": "workspace:*",
"@graphql-typed-document-node/core": "^3.2.0",
"@headlessui/react": "^2.2.7",
"@phosphor-icons/react": "^2.1.10",
"@tanstack/react-form": "^1.19.2",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-query-devtools": "^5.85.5",
"@tanstack/react-router": "^1.131.27",
"@tanstack/react-router-devtools": "^1.131.27",
"@tanstack/router-plugin": "^1.131.27",
"effect": "3.17.13",
"graphql": "^16.11.0",
"graphql-request": "^7.2.0",
"lodash.debounce": "^4.0.8",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.12",
"zod": "^4.0.17"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/client-preset": "^4.8.3",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@tailwindcss/vite": "^4.1.12",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.1",
"jsdom": "^26.1.0",
"vite": "^7.1.3",
"web-vitals": "^5.1.0"
}
}