UNPKG

@visactor/vtable

Version:

canvas table width high performance

132 lines 3.57 kB
{ "name": "@visactor/vtable", "version": "1.17.5", "description": "canvas table width high performance", "keywords": [ "grid", "table", "pivottable", "visualization", "VTable", "VisActor", "spreadsheet", "canvas", "datagrid", "datatable" ], "author": { "name": "VisActor", "url": "https://VisActor.io/" }, "license": "MIT", "sideEffects": [ "./src/ListTable-all.js", "./src/ListTable-simple.js", "./src/PivotTable-all.js", "./src/PivotTable-simple.js", "./src/PivotChart.js", "./src/index.js", "./src/scenegraph/scenegraph.js" ], "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts", "files": [ "cjs", "es", "dist" ], "dependencies": { "@visactor/vrender-core": "0.21.9-alpha.2", "@visactor/vrender-kits": "0.21.9-alpha.2", "@visactor/vrender-components": "0.21.9-alpha.2", "@visactor/vutils": "~0.19.1", "@visactor/vscale": "~0.18.1", "@visactor/vdataset": "~0.18.1", "@visactor/vutils-extension": "~1.11.5", "cssfontparser": "^1.2.1", "gifuct-js": "2.1.2", "lodash": "4.17.21", "@visactor/vtable-editors": "1.17.5" }, "devDependencies": { "luxon": "*", "@visactor/vchart": "1.13.3-alpha.2", "@rushstack/eslint-patch": "~1.1.4", "react": "^18.0.0", "react-dom": "^18.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "3.1.0", "eslint": "~8.18.0", "vite": "3.2.6", "typescript": "4.9.5", "@babel/core": "7.20.12", "@babel/preset-env": "7.20.2", "@types/chai": "4.2.22", "@types/jest": "^26.0.0", "@types/mocha": "9.0.0", "@types/node": "*", "@types/offscreencanvas": "2019.6.4", "@types/lodash": "4.14.182", "chai": "4.3.4", "jest": "^26.0.0", "jest-electron": "^0.1.12", "jest-transform-stub": "^2.0.0", "magic-string": "^0.25.7", "mocha": "9.1.3", "postcss": "8.4.21", "rimraf": "3.0.2", "sass": "1.43.5", "ts-jest": "^26.0.0", "ts-loader": "9.2.6", "ts-node": "10.9.0", "tslib": "2.3.1", "ttypescript": "1.5.13", "typescript-transform-paths": "3.3.1", "json-formatter-js": "^2.3.4", "inversify": "6.0.1", "vite-plugin-markdown": "^2.1.0", "markdown-it": "^13.0.0", "node-fetch": "2.6.7", "form-data": "~4.0.0", "axios": "^1.4.0", "d3-dsv": "^3.0.1", "d3-array": "3.2.3", "d3-geo": "^3.0.1", "d3-hexbin": "^0.2.2", "d3-hierarchy": "^3.1.1", "@resvg/resvg-js": "^2.5.0", "pikaday": "1.8.2", "@internal/bundler": "0.0.1", "@internal/ts-config": "0.0.1", "@internal/eslint-config": "0.0.1" }, "unpkg": "latest", "unpkgFiles": [ "build/es5/index.js" ], "publishConfig": { "access": "public" }, "homepage": "https://visactor.io/vtable", "repository": { "type": "git", "url": "https://github.com/VisActor/VTable.git", "directory": "packages/vtable" }, "scripts": { "demo": "vite serve examples", "site-demo": "vite serve site-demo", "compile": "tsc --noEmit", "eslint": "eslint --debug --fix src/", "build": "bundle --clean", "dev": "bundle --clean -f es -w", "start": "vite serve examples", "test": "jest --silent", "test-cov": "jest --coverage", "ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts", "build:es": "bundle --clean -f es --ignorePostTasks", "test-nodejs": "ts-node --transpileOnly --skipProject ./nodejs/index.ts" } }