UNPKG

@datamonsterr/vdt-dashboard

Version:
107 lines 3.02 kB
{ "name": "@datamonsterr/vdt-dashboard", "version": "1.3.0", "type": "module", "packageManager": "yarn@4.9.2", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./style.css": "./dist/style.css" }, "files": [ "dist", "README.md", "package.json" ], "scripts": { "dev": "vite", "build:lib": "vite build --mode library && tsc --emitDeclarationOnly", "build": "tsc -b && vite build", "lint": "eslint .", "typecheck": "tsc --noEmit", "preview": "vite preview", "test": "vitest", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "prepublishOnly": "yarn build:lib", "publish": "npm publish --access public" }, "dependencies": { "@clerk/clerk-react": "^5.31.9", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-dialog": "^1.1.14", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-select": "^2.2.5", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tabs": "^1.1.12", "@radix-ui/react-toggle": "^1.1.9", "axios": "^1.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.513.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.6.2", "swr": "^2.3.3", "tailwind-merge": "^3.3.0", "zundo": "^2.3.0", "zustand": "^5.0.5" }, "devDependencies": { "@eslint/js": "^9.13.0", "@storybook/addon-essentials": "^8.6.14", "@storybook/addon-interactions": "^8.6.14", "@storybook/react": "^8.6.14", "@storybook/react-vite": "^8.6.14", "@storybook/test": "^8.6.14", "@tailwindcss/vite": "^4.0.0-beta.1", "@types/node": "^22.15.30", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^9.13.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.11.0", "storybook": "^8.6.14", "tailwindcss": "^4.0.0-beta.1", "tw-animate-css": "^1.3.4", "typescript": "^5.8.3", "typescript-eslint": "^8.33.1", "vite": "^6.0.1", "vitest": "^2.1.5" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "keywords": [ "database", "schema", "visual-design", "drag-drop", "react", "embeddable", "dashboard", "database-design", "web-component" ], "repository": { "type": "git", "url": "git+https://github.com/datamonsterr/vdt-dashboard.git" }, "homepage": "https://github.com/datamonsterr/vdt-dashboard#readme", "bugs": { "url": "https://github.com/datamonsterr/vdt-dashboard/issues" } }