UNPKG

@shridey/intelligentable

Version:

Intelligentable is a highly customizable, fully-types, performant, and feature-rich React component library built on top of handpicked industry-level production-grade UI Components for modern web applications.

122 lines (121 loc) 3.08 kB
{ "name": "@shridey/intelligentable", "version": "2.1.0", "release": { "branches": [ "+([0-9])?(.{+([0-9]),x}).x", "main", "next", "next-major", { "name": "beta", "prerelease": true }, { "name": "alpha", "prerelease": true } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", [ "@semantic-release/npm", { "npmPublish": true } ], [ "@semantic-release/git", { "assets": [ "CHANGELOG.md", "package.json", "package-lock.json" ], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ], "@semantic-release/github" ], "repositoryUrl": "https://github.com/shridey/intelligentable" }, "description": "Intelligentable is a highly customizable, fully-types, performant, and feature-rich React component library built on top of handpicked industry-level production-grade UI Components for modern web applications.", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.es.js", "types": "./dist/index.d.ts", "require": "./dist/index.umd.js" } }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build && tsc -b", "lint": "eslint .", "preview": "vite preview" }, "keywords": [ "react", "component", "antd", "table", "data-table", "intelligent-table", "typescript", "vite", "export", "summary", "sorting", "color-rules", "ui", "smart-table" ], "author": "Shridhar Pandey <shridharpandeyofficial@gmail.com>", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/shridey/intelligentable.git" }, "homepage": "https://github.com/shridey/intelligentable#readme", "bugs": { "url": "https://github.com/shridey/intelligentable/issues" }, "peerDependencies": { "@ant-design/icons": "^6.1.0", "antd": "^6.1.2", "file-saver": "^2.0.5", "jspdf": "^3.0.4", "jspdf-autotable": "^5.0.2", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "write-excel-file": "^2.3.10" }, "devDependencies": { "@eslint/js": "^9.39.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/file-saver": "^2.0.7", "@types/node": "^25.0.3", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2", "eslint": "^9.39.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", "globals": "^16.5.0", "semantic-release": "^25.0.2", "typescript": "~5.9.3", "typescript-eslint": "^8.50.1", "vite": "^7.3.0" } }