UNPKG

@wener/console

Version:
204 lines 5.7 kB
{ "name": "@wener/console", "version": "3.0.2", "type": "module", "description": "Base console UI toolkit", "repository": { "type": "git", "url": "https://github.com/wenerme/wener.git", "directory": "packages/wener-console" }, "homepage": "https://github.com/wenerme/wener/tree/main/packages/wener-console", "author": "wener", "license": "MIT", "exports": { ".": { "types": "./src/index.ts", "default": "./lib/index.js" }, "./buildinfo": { "types": "./src/buildinfo/index.ts", "default": "./lib/buildinfo/index.js" }, "./client/graphql": { "types": "./src/client/graphql/index.ts", "default": "./lib/client/graphql/index.js" }, "./components": { "types": "./src/components/index.ts", "default": "./lib/components/index.js" }, "./components/icons": { "types": "./src/components/icons/index.ts", "default": "./lib/components/icons/index.js" }, "./console": { "types": "./src/console/index.ts", "default": "./lib/console/index.js" }, "./console/globals.css": "./src/console/globals.css", "./daisy": { "types": "./src/daisy/index.ts", "default": "./lib/daisy/index.js" }, "./floating": { "types": "./src/floating/index.ts", "default": "./lib/floating/index.js" }, "./foundation/auth": { "types": "./src/foundation/auth/index.ts", "default": "./lib/foundation/auth/index.js" }, "./foundation/site": { "types": "./src/foundation/site/index.ts", "default": "./lib/foundation/site/index.js" }, "./foundation/user": { "types": "./src/foundation/user/index.ts", "default": "./lib/foundation/user/index.js" }, "./hooks": { "types": "./src/hooks/index.ts", "default": "./lib/hooks/index.js" }, "./icons": { "types": "./src/icons/index.ts", "default": "./lib/icons/index.js" }, "./loader": { "types": "./src/loader/index.ts", "default": "./lib/loader/index.js" }, "./matomo": { "types": "./src/matomo/index.ts", "default": "./lib/matomo/index.js" }, "./pages": { "types": "./src/pages/index.ts", "default": "./lib/pages/index.js" }, "./react-hook-form": { "types": "./src/react-hook-form/index.ts", "default": "./lib/react-hook-form/index.js" }, "./router": { "types": "./src/router/index.ts", "default": "./lib/router/index.js" }, "./toast": { "types": "./src/toast/index.ts", "default": "./lib/toast/index.js" }, "./urql": { "types": "./src/urql/index.ts", "default": "./lib/urql/index.js" }, "./window": { "types": "./src/window/index.ts", "default": "./lib/window/index.js" }, "./window/standalone": { "types": "./src/window/standalone/index.ts", "default": "./lib/window/standalone/index.js" }, "./zustand": { "types": "./src/zustand/index.ts", "default": "./lib/zustand/index.js" }, "./package.json": "./package.json" }, "files": [ "lib", "src" ], "keywords": [ "admin", "console", "react", "daisy", "tailwindcss", "builder" ], "peerDependencies": { "@floating-ui/dom": "*", "@floating-ui/react": "*", "@wener/utils": "*", "clsx": "*", "react": "*", "react-dom": "*", "react-hot-toast": "*", "react-icons": "*", "use-immer": "*", "valtio": "^2", "zod": "*", "zustand": "*" }, "dependencies": { "@base-ui/react": "^1.0.0", "@tanstack/react-virtual": "^3.13.13", "@wener/common": "^2.0.2", "date-fns": "^4.1.0", "dayjs": "^1.11.19", "emittery": "^1.2.0", "es-toolkit": "^1.43.0", "mutative": "^1.3.0", "overlayscrollbars": "^2.13.0", "overlayscrollbars-react": "^0.5.6", "react-hook-form": "^7.68.0", "react-medium-image-zoom": "^5.4.0", "react-resizable-panels": "^3.0.6", "react-router": "^7.10.1", "std-env": "^3.10.0", "tailwind-merge": "^3.4.0", "use-mutative": "^1.3.1", "web-vitals": "^5.1.0", "zustand-mutative": "^1.3.1" }, "devDependencies": { "@bufbuild/protobuf": "^2.10.2", "@connectrpc/connect": "^2.1.1", "@connectrpc/connect-query": "^2.2.0", "@connectrpc/connect-web": "^2.1.1", "@emotion/styled": "^11.14.1", "@floating-ui/dom": "^1.7.4", "@floating-ui/react": "^0.27.16", "@graphql-typed-document-node/core": "^3.2.0", "@sinclair/typebox": "^0.34.41", "@storybook/addon-links": "^10.1.8", "@storybook/builder-vite": "^10.1.8", "@storybook/react-vite": "^10.1.8", "@tailwindcss/vite": "^4.1.18", "@tanstack/react-query": "^5.90.12", "@types/react-is": "^19.2.0", "@urql/core": "^6.0.1", "@urql/devtools": "^2.0.3", "@urql/exchange-graphcache": "^8.1.0", "@urql/exchange-persisted": "^5.0.1", "@urql/exchange-retry": "^2.0.0", "@wener/reaction": "^1.2.27", "@wener/utils": "^1.1.54", "clsx": "^2.1.1", "dataloader": "^2.2.3", "eslint-plugin-storybook": "^10.1.8", "graphql-request": "^7.4.0", "immer": "^11.0.1", "lru-cache": "^11.2.4", "next": "^16.0.10", "react-icons": "^5.5.0", "react-is": "^19.2.3", "react-rnd": "^10.5.2", "storybook": "^10.1.8", "ts-pattern": "^5.9.0", "urql": "^5.0.1", "wonka": "^6.3.5" }, "sideEffects": false, "scripts": { "build": "make build", "build-storybook": "storybook build", "deploy": "make deploy", "preview": "vite dev --host 0.0.0.0", "storybook": "storybook dev -p 6052", "test": "make test" } }