-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 4.58 KB
/
Copy pathpackage.json
File metadata and controls
150 lines (150 loc) · 4.58 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "@graphql-hive/laboratory",
"version": "0.2.4",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/graphql-hive/console",
"directory": "packages/libraries/laboratory"
},
"license": "MIT",
"main": "./dist/hive-laboratory.cjs.js",
"module": "./dist/hive-laboratory.es.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/hive-laboratory.es.js",
"require": "./dist/hive-laboratory.cjs.js"
},
"./umd": "./dist/hive-laboratory.umd.js"
},
"jsdelivr": "./dist/hive-laboratory.umd.js",
"unpkg": "./dist/hive-laboratory.umd.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build --config vite.lib.config.ts && vite build --config vite.umd.config.ts",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"@tanstack/react-form": "^1.23.8",
"date-fns": "^4.1.0",
"lucide-react": "^0.548.0",
"lz-string": "^1.5.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"subscriptions-transport-ws": "^0.11.0",
"tslib": "^2.8.1",
"zod": "^4.1.12"
},
"dependencies": {
"@base-ui/react": "^1.1.0",
"@graphql-tools/url-loader": "^9.1.0",
"dompurify": "3.4.13",
"graphql-language-service": "^5.5.0",
"radix-ui": "^1.4.3",
"react-zoom-pan-pinch": "^3.7.0",
"snarkdown": "2.0.0",
"uuid": "^14.0.0"
},
"devDependencies": {
"@dagrejs/dagre": "^2.0.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@eslint/js": "^9.39.2",
"@mlc-ai/web-llm": "^0.2.80",
"@monaco-editor/react": "4.8.0-rc.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@tailwindcss/cli": "^4.1.18",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-form": "^1.27.7",
"@tanstack/react-router": "^1.154.13",
"@tanstack/react-router-devtools": "^1.154.13",
"@tanstack/router-plugin": "^1.154.13",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.23",
"@types/node": "24.13.3",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react": "^5.1.2",
"@xyflow/react": "^12.10.0",
"autoprefixer": "^10.4.23",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"color": "^5.0.3",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"esbuild": "0.28.1",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"graphql": "^16.14.0",
"graphql-yoga": "5.21.1",
"happy-dom": "^20.10.6",
"jsdom": "^30.0.1",
"lodash": "^4.18.1",
"lucide-react": "^0.548.0",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.2",
"monaco-graphql": "^1.7.3",
"monacopilot": "^1.2.12",
"next-themes": "^0.4.6",
"postcss": "8.5.25",
"postcss-prefixwrap": "^1.57.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-resizable-panels": "^3.0.6",
"react-shadow": "^20.6.0",
"rollup-plugin-typescript2": "^0.36.0",
"sonner": "^2.0.7",
"subscriptions-transport-ws": "^0.11.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tailwindcss-scoped-preflight": "^3.5.7",
"tslib": "^2.8.1",
"tsup": "^8.5.1",
"tw-animate-css": "^1.4.0",
"typescript": "5.7.3",
"typescript-eslint": "^8.53.1",
"unplugin-dts": "1.0.0-beta.6",
"vite": "npm:rolldown-vite@7.1.14",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-monaco-editor": "^1.1.0",
"zod": "^4.3.6"
},
"publishConfig": {
"access": "public"
},
"sideEffects": [
"**/*.css"
]
}