2022-05-31 20:36:01 +03:00
|
|
|
{
|
2025-02-01 14:31:03 -06:00
|
|
|
"name": "@luxfi/explore",
|
2026-07-26 09:11:38 -07:00
|
|
|
"version": "1.1.14",
|
2023-07-26 08:41:56 -04:00
|
|
|
"private": false,
|
2025-06-26 19:08:48 +00:00
|
|
|
"homepage": "https://github.com/luxfi/explore#readme",
|
2022-09-07 10:47:26 +03:00
|
|
|
"engines": {
|
2025-12-10 19:21:07 +01:00
|
|
|
"node": ">=22.14.0",
|
|
|
|
|
"npm": ">=10.9.0"
|
2022-09-07 10:47:26 +03:00
|
|
|
},
|
2022-05-31 20:36:01 +03:00
|
|
|
"scripts": {
|
2023-12-07 17:33:22 +04:00
|
|
|
"dev": "./tools/scripts/dev.sh",
|
2023-08-02 13:32:53 -04:00
|
|
|
"dev:preset": "./tools/scripts/dev.preset.sh",
|
2024-07-12 20:27:20 +04:00
|
|
|
"dev:preset:sync": "tsc -p ./tools/preset-sync/tsconfig.json && node ./tools/preset-sync/index.js",
|
2026-05-29 14:30:23 -07:00
|
|
|
"build": "node scripts/generate-well-known.js && next build --webpack",
|
|
|
|
|
"build:next": "./deploy/scripts/download_assets.sh ./public/assets/configs && pnpm svg:build-sprite && ./deploy/scripts/make_envs_script.sh && node scripts/generate-well-known.js && next build --webpack",
|
|
|
|
|
"wellknown:generate": "node scripts/generate-well-known.js",
|
|
|
|
|
"wellknown:check": "node scripts/generate-well-known.js --check",
|
2025-07-03 15:07:00 +02:00
|
|
|
"build:docker": "./tools/scripts/build.docker.sh",
|
2022-05-31 20:36:01 +03:00
|
|
|
"start": "next start",
|
2026-03-01 18:00:00 -08:00
|
|
|
"start:docker:local": "docker run -p 3000:3000 --env-file .env.local lux-explore:local",
|
2023-08-02 13:32:53 -04:00
|
|
|
"start:docker:preset": "./tools/scripts/docker.preset.sh",
|
2024-11-13 13:00:15 +01:00
|
|
|
"lint:eslint": "eslint .",
|
|
|
|
|
"lint:eslint:fix": "eslint . --fix",
|
2023-08-02 13:32:53 -04:00
|
|
|
"lint:tsc": "tsc -p ./tsconfig.json",
|
2026-02-18 10:35:07 +01:00
|
|
|
"lint:cspell": "cspell . --no-must-find-files",
|
2026-02-09 11:41:12 +01:00
|
|
|
"lint:license:check": "license-report > ./license.json && license-report-check --source=./license.json --output=table --forbidden=n/a",
|
2023-10-18 12:05:00 -03:00
|
|
|
"lint:envs-validator:test": "cd ./deploy/tools/envs-validator && ./test.sh",
|
2022-09-07 11:47:32 +03:00
|
|
|
"prepare": "husky install",
|
2026-03-01 18:00:00 -08:00
|
|
|
"svg:format": "svgo -r --config svgo.config.format.js ./icons",
|
2024-12-19 10:16:41 +01:00
|
|
|
"svg:build-sprite": "./deploy/scripts/build_sprite.sh",
|
2023-09-29 10:45:23 -03:00
|
|
|
"test:pw": "./tools/scripts/pw.sh",
|
2026-02-24 17:35:30 -08:00
|
|
|
"test:pw:local": "export NODE_PATH=$(pwd)/node_modules && pnpm test:pw",
|
2025-12-10 19:21:07 +01:00
|
|
|
"test:pw:docker": "docker run --rm --ipc=host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.57.0-noble ./tools/scripts/pw.docker.sh",
|
|
|
|
|
"test:pw:docker:deps": "docker run --rm --ipc=host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.57.0-noble ./tools/scripts/pw.docker.deps.sh",
|
2026-02-24 17:35:30 -08:00
|
|
|
"test:pw:ci": "pnpm test:pw --project=$PW_PROJECT",
|
2024-02-12 17:31:35 +04:00
|
|
|
"test:pw:detect-affected": "node ./deploy/tools/affected-tests/index.js",
|
2025-12-10 19:21:07 +01:00
|
|
|
"test:vitest": "vitest",
|
2024-04-04 12:49:21 +02:00
|
|
|
"favicon:generate:dev": "./tools/scripts/favicon-generator.dev.sh",
|
2025-01-14 12:01:18 +01:00
|
|
|
"og-image:generate:dev": "./tools/scripts/og-image-generator.dev.sh",
|
2025-01-14 11:56:47 +01:00
|
|
|
"sitemap:generate:dev": "./tools/scripts/sitemap-generator.dev.sh",
|
2026-03-01 18:00:00 -08:00
|
|
|
"monitoring:prometheus:local": "docker run --name lux_prometheus -d -p 127.0.0.1:9090:9090 -v $(pwd)/prometheus.yml:/etc/prometheus/prometheus.yml prom/prometheus",
|
|
|
|
|
"monitoring:grafana:local": "docker run -d -p 4000:3000 --name=lux_grafana --user $(id -u) --volume $(pwd)/grafana:/var/lib/grafana grafana/grafana-enterprise"
|
2022-05-31 20:36:01 +03:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-02-18 19:42:44 +01:00
|
|
|
"@dynamic-labs/ethereum": "4.52.2",
|
|
|
|
|
"@dynamic-labs/sdk-react-core": "4.52.2",
|
|
|
|
|
"@dynamic-labs/wagmi-connector": "4.52.2",
|
2025-05-15 08:42:23 +02:00
|
|
|
"@helia/verified-fetch": "2.6.12",
|
2026-03-01 18:00:00 -08:00
|
|
|
"@luxfi/bens-types": "1.4.3",
|
|
|
|
|
"@luxfi/interchain-indexer-types": "0.0.10",
|
|
|
|
|
"@luxfi/multichain-aggregator-types": "2.1.2",
|
|
|
|
|
"@luxfi/points-types": "1.4.2",
|
|
|
|
|
"@luxfi/stats-types": "2.11.1",
|
|
|
|
|
"@luxfi/tac-operation-lifecycle-types": "1.1.0",
|
|
|
|
|
"@luxfi/ui": "7.3.2",
|
|
|
|
|
"@luxfi/visualizer-types": "0.2.0",
|
|
|
|
|
"@luxfi/zetachain-cctx-types": "1.0.1",
|
2023-09-19 11:17:51 -03:00
|
|
|
"@metamask/post-message-stream": "^7.0.0",
|
2022-12-08 12:35:41 +03:00
|
|
|
"@metamask/providers": "^10.2.1",
|
2025-06-11 20:03:31 +02:00
|
|
|
"@monaco-editor/react": "^4.7.0",
|
2025-11-13 15:39:17 +01:00
|
|
|
"@multisender.app/multisender-react-widget": "0.2.3",
|
2025-09-15 14:38:43 +02:00
|
|
|
"@nouns/assets": "^0.10.0",
|
|
|
|
|
"@nouns/sdk": "^1.2.0",
|
2025-04-03 12:42:46 +02:00
|
|
|
"@opentelemetry/api": "^1.4.1",
|
2024-09-11 21:24:16 +04:00
|
|
|
"@opentelemetry/auto-instrumentations-node": "0.43.0",
|
2024-11-12 13:41:23 +01:00
|
|
|
"@opentelemetry/exporter-jaeger": "1.27.0",
|
2024-09-11 21:24:16 +04:00
|
|
|
"@opentelemetry/exporter-metrics-otlp-proto": "0.49.1",
|
|
|
|
|
"@opentelemetry/exporter-trace-otlp-http": "0.49.1",
|
|
|
|
|
"@opentelemetry/resources": "1.22.0",
|
|
|
|
|
"@opentelemetry/sdk-node": "0.49.1",
|
|
|
|
|
"@opentelemetry/sdk-trace-node": "1.22.0",
|
|
|
|
|
"@opentelemetry/semantic-conventions": "1.22.0",
|
2026-03-01 18:00:00 -08:00
|
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
|
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
|
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
|
|
|
"@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-popover": "^1.1.15",
|
|
|
|
|
"@radix-ui/react-progress": "^1.1.8",
|
|
|
|
|
"@radix-ui/react-radio-group": "^1.3.8",
|
|
|
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
|
|
|
"@radix-ui/react-slider": "^1.3.6",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
|
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
|
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
2025-12-04 18:44:24 +01:00
|
|
|
"@reown/appkit": "1.7.20",
|
|
|
|
|
"@reown/appkit-adapter-wagmi": "1.7.20",
|
2025-03-24 20:29:35 +01:00
|
|
|
"@rollbar/react": "0.12.1",
|
2025-01-14 11:56:47 +01:00
|
|
|
"@scure/base": "1.1.9",
|
2023-06-07 18:04:42 -03:00
|
|
|
"@slise/embed-react": "^2.2.0",
|
2025-10-29 15:54:06 +01:00
|
|
|
"@specify-sh/sdk": "0.4.2",
|
2026-03-01 18:00:00 -08:00
|
|
|
"@tailwindcss/postcss": "^4.2.1",
|
2024-09-11 21:24:16 +04:00
|
|
|
"@tanstack/react-query": "5.55.4",
|
|
|
|
|
"@tanstack/react-query-devtools": "5.55.4",
|
2025-01-07 12:28:21 +01:00
|
|
|
"@uidotdev/usehooks": "2.4.1",
|
2024-07-09 16:26:56 +02:00
|
|
|
"airtable": "^0.12.2",
|
2022-10-11 11:40:40 +03:00
|
|
|
"bignumber.js": "^9.1.0",
|
2023-11-15 16:01:36 -03:00
|
|
|
"blo": "^1.1.1",
|
2025-08-15 12:09:59 +02:00
|
|
|
"brotli-compress": "1.3.3",
|
2026-03-01 18:00:00 -08:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2023-12-15 10:08:45 +00:00
|
|
|
"crypto-js": "^4.2.0",
|
2022-10-25 12:51:17 +03:00
|
|
|
"d3": "^7.6.1",
|
2026-03-01 18:00:00 -08:00
|
|
|
"d3-sankey": "^0.12.3",
|
2026-01-02 13:41:10 +01:00
|
|
|
"dappscout-iframe": "0.4.0",
|
2022-09-08 13:37:20 +03:00
|
|
|
"dayjs": "^1.11.5",
|
2022-12-20 16:35:17 +03:00
|
|
|
"dom-to-image": "^2.6.0",
|
2025-08-29 15:39:53 +02:00
|
|
|
"es-toolkit": "1.39.10",
|
2024-02-01 18:53:51 +01:00
|
|
|
"focus-visible": "^5.2.0",
|
2024-07-02 10:43:26 +02:00
|
|
|
"gradient-avatar": "git+https://github.com/blockscout/gradient-avatar.git",
|
2025-07-10 14:51:26 +02:00
|
|
|
"graphiql": "^4.1.2",
|
2023-12-15 10:24:22 +00:00
|
|
|
"graphql": "^16.8.1",
|
2023-02-27 12:13:47 -05:00
|
|
|
"graphql-ws": "^5.11.3",
|
2022-12-15 10:52:33 +03:00
|
|
|
"js-cookie": "^3.0.1",
|
2026-02-27 10:55:58 -08:00
|
|
|
"luxnet": "3.16.0",
|
2024-03-07 18:36:55 +04:00
|
|
|
"magic-bytes.js": "1.8.0",
|
2025-08-11 15:00:36 +02:00
|
|
|
"mixpanel-browser": "2.67.0",
|
2023-03-10 13:27:52 -06:00
|
|
|
"monaco-editor": "^0.34.1",
|
2026-03-02 10:36:17 -08:00
|
|
|
"next": "16.1.6",
|
2025-01-07 12:28:21 +01:00
|
|
|
"next-themes": "0.4.4",
|
2023-02-10 16:30:22 -05:00
|
|
|
"nextjs-routes": "^1.0.8",
|
2022-07-19 22:52:52 +03:00
|
|
|
"node-fetch": "^3.2.9",
|
2022-12-21 21:20:42 +03:00
|
|
|
"papaparse": "^5.3.2",
|
2024-09-11 16:11:46 +02:00
|
|
|
"path-to-regexp": "8.1.0",
|
2022-11-03 13:16:12 +03:00
|
|
|
"phoenix": "^1.6.15",
|
2022-10-15 11:21:54 +03:00
|
|
|
"pino-http": "^8.2.1",
|
|
|
|
|
"pino-pretty": "^9.1.1",
|
2026-03-01 18:00:00 -08:00
|
|
|
"postcss": "^8.5.8",
|
2024-04-04 12:49:21 +02:00
|
|
|
"prom-client": "15.1.1",
|
2022-12-07 16:04:09 +03:00
|
|
|
"qrcode": "^1.5.1",
|
2026-03-02 10:36:17 -08:00
|
|
|
"react": "19.2.4",
|
2023-05-11 18:16:51 -03:00
|
|
|
"react-device-detect": "^2.2.3",
|
2026-03-02 10:36:17 -08:00
|
|
|
"react-dom": "19.2.4",
|
2024-12-09 18:06:56 +01:00
|
|
|
"react-google-recaptcha": "3.1.0",
|
2024-10-30 12:56:57 +01:00
|
|
|
"react-hook-form": "7.52.1",
|
2025-01-07 12:28:21 +01:00
|
|
|
"react-icons": "5.4.0",
|
2022-07-08 21:49:37 +03:00
|
|
|
"react-identicons": "^1.2.5",
|
2023-08-18 08:56:53 -04:00
|
|
|
"react-intersection-observer": "^9.5.2",
|
2022-07-19 10:28:58 +03:00
|
|
|
"react-jazzicon": "^1.0.4",
|
2026-03-01 18:00:00 -08:00
|
|
|
"react-native-web": "^0.21.2",
|
2023-12-07 16:11:04 +04:00
|
|
|
"react-number-format": "^5.3.1",
|
2022-07-21 00:01:53 +03:00
|
|
|
"react-scroll": "^1.8.7",
|
2025-11-17 18:56:50 +01:00
|
|
|
"rollbar": "2.26.5",
|
2026-03-01 18:00:00 -08:00
|
|
|
"sonner": "^2.0.7",
|
2025-12-04 18:44:24 +01:00
|
|
|
"swagger-ui-react": "5.30.3",
|
2026-03-01 18:00:00 -08:00
|
|
|
"tailwind-merge": "^3.5.0",
|
|
|
|
|
"tailwindcss": "^4.2.1",
|
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2025-06-11 20:03:31 +02:00
|
|
|
"use-font-face-observer": "^1.3.0",
|
2025-12-04 18:44:24 +01:00
|
|
|
"valibot": "1.2.0",
|
|
|
|
|
"viem": "2.41.2",
|
|
|
|
|
"wagmi": "2.19.5",
|
2023-09-06 01:23:34 +07:00
|
|
|
"xss": "^1.0.14"
|
2022-05-31 20:36:01 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-11-13 12:54:12 +01:00
|
|
|
"@eslint/compat": "1.2.2",
|
|
|
|
|
"@eslint/js": "9.14.0",
|
2026-03-02 10:36:17 -08:00
|
|
|
"@next/bundle-analyzer": "16.1.6",
|
|
|
|
|
"@next/eslint-plugin-next": "16.1.6",
|
2026-02-24 17:35:30 -08:00
|
|
|
"@openzeppelin/contracts": "5.4.0",
|
2025-12-10 19:21:07 +01:00
|
|
|
"@playwright/experimental-ct-react": "1.57.0",
|
|
|
|
|
"@playwright/test": "1.57.0",
|
2025-08-29 15:39:53 +02:00
|
|
|
"@stylistic/eslint-plugin": "5.2.3",
|
2022-11-09 14:07:46 +03:00
|
|
|
"@svgr/webpack": "^6.5.1",
|
2025-12-16 19:33:49 +01:00
|
|
|
"@tanstack/eslint-plugin-query": "5.91.2",
|
2023-06-12 14:33:51 -04:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2023-06-29 13:37:24 -04:00
|
|
|
"@total-typescript/ts-reset": "^0.4.0",
|
2023-06-09 20:15:01 -03:00
|
|
|
"@types/crypto-js": "^4.1.1",
|
2023-03-02 16:22:31 -05:00
|
|
|
"@types/csp-dev": "^1.0.0",
|
2022-11-17 13:40:16 +03:00
|
|
|
"@types/d3": "^7.4.0",
|
2026-03-01 18:00:00 -08:00
|
|
|
"@types/d3-sankey": "^0.12.5",
|
2022-12-20 16:35:17 +03:00
|
|
|
"@types/dom-to-image": "^2.6.4",
|
2022-12-15 10:52:33 +03:00
|
|
|
"@types/js-cookie": "^3.0.2",
|
2023-05-10 18:25:51 -03:00
|
|
|
"@types/mixpanel-browser": "^2.38.1",
|
2024-09-25 16:36:08 +02:00
|
|
|
"@types/node": "20.16.7",
|
2026-02-24 17:35:30 -08:00
|
|
|
"@types/papaparse": "^5.3.5",
|
2022-11-03 13:16:12 +03:00
|
|
|
"@types/phoenix": "^1.5.4",
|
2022-12-07 16:04:09 +03:00
|
|
|
"@types/qrcode": "^1.5.0",
|
2026-03-02 10:36:17 -08:00
|
|
|
"@types/react": "19.2.14",
|
|
|
|
|
"@types/react-dom": "19.2.3",
|
2023-02-06 17:13:55 -05:00
|
|
|
"@types/react-google-recaptcha": "^2.1.5",
|
2026-02-24 17:35:30 -08:00
|
|
|
"@types/react-scroll": "^1.8.4",
|
2025-04-03 10:49:14 +02:00
|
|
|
"@types/swagger-ui-react": "5.18.0",
|
2022-11-28 15:43:22 +03:00
|
|
|
"@types/ws": "^8.5.3",
|
2023-06-29 13:37:24 -04:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
2023-05-30 18:06:15 -03:00
|
|
|
"@vitejs/plugin-react": "^4.0.0",
|
2026-02-24 17:35:30 -08:00
|
|
|
"cspell": "9.6.4",
|
2023-03-10 13:27:52 -06:00
|
|
|
"css-loader": "^6.7.3",
|
2022-10-03 14:12:29 +03:00
|
|
|
"dotenv-cli": "^6.0.0",
|
2026-02-24 17:35:30 -08:00
|
|
|
"esbuild": "0.25.12",
|
2025-12-16 19:33:49 +01:00
|
|
|
"eslint": "9.39.2",
|
2026-03-02 10:36:17 -08:00
|
|
|
"eslint-config-next": "16.1.6",
|
2025-09-15 15:20:59 +02:00
|
|
|
"eslint-plugin-consistent-default-export-name": "^0.0.15",
|
2024-11-13 12:54:12 +01:00
|
|
|
"eslint-plugin-import": "2.31.0",
|
|
|
|
|
"eslint-plugin-import-helpers": "2.0.1",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
|
|
|
"eslint-plugin-playwright": "2.0.1",
|
2025-12-16 19:33:49 +01:00
|
|
|
"eslint-plugin-react": "7.37.5",
|
2024-11-13 12:54:12 +01:00
|
|
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
|
|
|
"eslint-plugin-regexp": "2.6.0",
|
2025-12-10 19:21:07 +01:00
|
|
|
"eslint-plugin-vitest": "0.5.4",
|
2024-11-13 12:54:12 +01:00
|
|
|
"globals": "15.12.0",
|
2022-05-31 23:20:55 +03:00
|
|
|
"husky": "^8.0.0",
|
2025-12-10 19:21:07 +01:00
|
|
|
"jsdom": "27.3.0",
|
2026-02-09 11:41:12 +01:00
|
|
|
"license-report": "6.8.1",
|
|
|
|
|
"license-report-check": "0.1.2",
|
2022-05-31 23:20:55 +03:00
|
|
|
"lint-staged": ">=10",
|
2022-11-16 11:35:20 +03:00
|
|
|
"mockdate": "^3.0.5",
|
2023-03-10 13:27:52 -06:00
|
|
|
"style-loader": "^3.3.1",
|
2025-12-04 18:44:24 +01:00
|
|
|
"svg-icons-cli": "0.0.8",
|
2022-09-07 11:47:32 +03:00
|
|
|
"svgo": "^2.8.0",
|
2022-11-16 11:35:20 +03:00
|
|
|
"ts-node": "^10.9.1",
|
2026-03-01 18:00:00 -08:00
|
|
|
"typescript": "5.9.3",
|
2025-08-29 15:39:53 +02:00
|
|
|
"typescript-eslint": "8.41.0",
|
2022-11-21 21:54:09 +04:00
|
|
|
"vite-plugin-svgr": "^2.2.2",
|
2025-12-10 19:21:07 +01:00
|
|
|
"vite-tsconfig-paths": "5.1.4",
|
|
|
|
|
"vitest": "4.0.15",
|
|
|
|
|
"vitest-fetch-mock": "0.4.5",
|
2024-06-21 11:16:27 +00:00
|
|
|
"ws": "^8.17.1"
|
2022-05-31 23:20:55 +03:00
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
|
2024-11-12 13:41:23 +01:00
|
|
|
},
|
2026-02-24 17:35:30 -08:00
|
|
|
"pnpm": {
|
|
|
|
|
"overrides": {
|
|
|
|
|
"ws": "8.17.1",
|
|
|
|
|
"axios": "1.12.0",
|
|
|
|
|
"tar-fs": "2.1.4",
|
|
|
|
|
"node-forge": "1.3.2",
|
|
|
|
|
"brace-expansion": "1.1.12",
|
|
|
|
|
"js-yaml": "4.1.1",
|
2026-02-24 18:07:34 -08:00
|
|
|
"@noble/hashes": "1.8.0",
|
2026-06-23 10:57:51 -07:00
|
|
|
"@ipshipyard/node-datachannel": "link:./stubs/node-datachannel",
|
2026-06-23 12:23:42 -07:00
|
|
|
"@hanzogui/adapt": "3.0.2",
|
|
|
|
|
"@hanzogui/animate": "3.0.2",
|
|
|
|
|
"@hanzogui/animate-presence": "3.0.2",
|
|
|
|
|
"@hanzogui/compose-refs": "3.0.2",
|
|
|
|
|
"@hanzogui/constants": "3.0.2",
|
|
|
|
|
"@hanzogui/core": "3.0.2",
|
|
|
|
|
"@hanzogui/create-context": "3.0.2",
|
|
|
|
|
"@hanzogui/dismissable": "3.0.2",
|
|
|
|
|
"@hanzogui/floating": "3.0.2",
|
|
|
|
|
"@hanzogui/focus-scope": "3.0.2",
|
|
|
|
|
"@hanzogui/get-font-sized": "3.0.2",
|
|
|
|
|
"@hanzogui/get-token": "3.0.2",
|
|
|
|
|
"@hanzogui/helpers": "3.0.2",
|
|
|
|
|
"@hanzogui/is-equal-shallow": "3.0.1",
|
|
|
|
|
"@hanzogui/polyfill-dev": "3.0.2",
|
|
|
|
|
"@hanzogui/popover": "3.0.2",
|
|
|
|
|
"@hanzogui/popper": "3.0.2",
|
|
|
|
|
"@hanzogui/portal": "3.0.2",
|
|
|
|
|
"@hanzogui/remove-scroll": "3.0.2",
|
|
|
|
|
"@hanzogui/scroll-view": "3.0.2",
|
|
|
|
|
"@hanzogui/sheet": "3.0.2",
|
|
|
|
|
"@hanzogui/stacks": "3.0.2",
|
|
|
|
|
"@hanzogui/text": "3.0.2",
|
|
|
|
|
"@hanzogui/use-controllable-state": "3.0.2",
|
|
|
|
|
"@hanzogui/use-event": "3.0.2",
|
|
|
|
|
"@hanzogui/use-presence": "3.0.1",
|
|
|
|
|
"@hanzogui/web": "3.0.2",
|
|
|
|
|
"@hanzogui/z-index-stack": "3.0.2"
|
2026-02-24 17:35:30 -08:00
|
|
|
}
|
2025-06-05 15:49:59 +02:00
|
|
|
},
|
2026-02-24 17:35:30 -08:00
|
|
|
"packageManager": "pnpm@10.11.0"
|
2022-05-31 20:36:01 +03:00
|
|
|
}
|