UNPKG

@mindfiredigital/pivothead

Version:

PivotHead is a powerful and flexible library for creating interactive pivot tables in JavaScript applications. It provides a core engine for data manipulation and, in the future, will be compatible with wrappers for React, Vue, Svelte, and Angular, making

67 lines 1.56 kB
{ "name": "@mindfiredigital/pivothead", "version": "1.0.8", "private": false, "main": "./dist/pivothead-core.umd.js", "module": "./dist/pivothead-core.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "author": "Mindfiredigital", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mindfiredigital/PivotHead/" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "keywords": [ "pivothead-core", "pivot", "pivotTablepivot", "table", "spreadsheet", "javascript", "typescript", "data-drill-down", "data-analysis", "data-visualization", "dynamic-table", "data-aggregation", "data-grid", "interactive-reports", "data-exploration", "olap", "data-pivoting", "data-summarization", "react-pivot", "business-intelligence", "analytics-tool" ], "devDependencies": { "@types/node": "^22.10.1", "typescript": "^5.0.2", "vite": "^4.3.9", "vite-plugin-dts": "^2.3.0", "vitest": "^0.32.0" }, "dependencies": { "jsdom": "^26.0.0", "jspdf": "^3.0.1", "jspdf-autotable": "^5.0.2", "xlsx": "^0.18.5" }, "scripts": { "build": "vite build", "dev": "vite build --watch", "test": "vitest run", "test:watch": "vitest", "lint": "eslint \"src/**/*.ts*\"", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "preinstall": "npx only-allow pnpm" } }