UNPKG

mantine-entity

Version:

A library combining Mantine, TanStack Query, and Mantine React Table for efficient entity management

77 lines 2.14 kB
{ "name": "mantine-entity", "version": "1.0.15", "description": "A library combining Mantine, TanStack Query, and Mantine React Table for efficient entity management", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "prepublishOnly": "npm run build", "type-check": "tsc --noEmit" }, "peerDependencies": { "@mantine/core": "^7.17.4", "@mantine/hooks": "^7.17.4", "@mantine/modals": "^7.17.4", "@mantine/notifications": "^7.17.4", "@mantine/tiptap": "^7.17.4", "@mantine/dates": "^7.17.4", "@tabler/icons-react": "^3.31.0", "@tanstack/react-query": "^5.72.2", "axios": "^1.8.3", "clsx": "^2.1.1", "dayjs": "^1.11.13", "mantine-react-table": "^2.0.0-beta.9", "react": "^18.2.0 || ^19.0.0", "react-dom": "^18.2.0 || ^19.0.0", "react-hook-form": "^7.54.0" }, "devDependencies": { "@types/react": "^18.2.56 || ^19.0.0", "@types/react-dom": "^18.2.19 || ^19.0.0", "typescript": "^5.8.3" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "repository": { "type": "git", "url": "https://github.com/Eyuelb/mantine-entity.git" }, "keywords": [ "mantine", "react", "tanstack-query", "data-table", "entity-management" ], "author": "Eyuel Belete <eyuelbelete98@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Eyuelb/mantine-entity/issues" }, "homepage": "https://github.com/Eyuelb/mantine-entity#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "sass": "^1.86.3", "@tiptap/extension-text-align": "^2.9.1", "@tiptap/extension-subscript": "^2.9.1", "@tiptap/extension-superscript": "^2.9.1", "@tiptap/extension-text-style": "^2.9.1", "@tiptap/extension-color": "^2.9.1", "@tiptap/extension-underline": "^2.9.1", "@tiptap/react": "^2.9.1", "@tiptap/starter-kit": "^2.9.1" } }