mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
150 lines
4.6 KiB
JSON
150 lines
4.6 KiB
JSON
{
|
|
"name": "@graphql-hive/laboratory",
|
|
"version": "0.1.3",
|
|
"type": "module",
|
|
"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",
|
|
"dev:electron": "VITE_TARGET=electron concurrently \"vite\" \"wait-on http://localhost:5173 && electron .\"",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-form": "^1.23.8",
|
|
"date-fns": "^4.1.0",
|
|
"graphql-ws": "^6.0.6",
|
|
"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",
|
|
"tslib": "^2.8.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"dependencies": {
|
|
"radix-ui": "^1.4.3",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@dagrejs/dagre": "^1.1.8",
|
|
"@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",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/lodash": "^4.17.23",
|
|
"@types/node": "24.10.9",
|
|
"@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",
|
|
"concurrently": "^9.2.1",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^4.1.0",
|
|
"esbuild": "^0.25.12",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
"globals": "^16.5.0",
|
|
"graphql": "^16.12.0",
|
|
"graphql-ws": "^6.0.6",
|
|
"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.6",
|
|
"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",
|
|
"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",
|
|
"wait-on": "^9.0.3",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org",
|
|
"access": "public"
|
|
},
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"build": {
|
|
"appId": "com.guild.hive.laboratory",
|
|
"productName": "Hive Laboratory",
|
|
"artifactName": "HiveLab-${version}-Do_Not_Open_(Seriously_It's_Pre-Release)-${os}-${arch}.${ext}",
|
|
"files": [
|
|
"dist/**/*",
|
|
"electron/**/*"
|
|
],
|
|
"directories": {
|
|
"buildResources": "assets"
|
|
}
|
|
}
|
|
}
|