UNPKG

@visactor/react-vtable

Version:
119 lines 3.1 kB
{ "name": "@visactor/react-vtable", "version": "1.26.4", "description": "The react version of VTable", "keywords": [ "react", "grid", "table", "pivottable", "visualization", "VTable", "VisActor", "spreadsheet", "canvas", "datagrid", "datatable" ], "author": { "name": "VisActor", "url": "https://VisActor.io/" }, "license": "MIT", "sideEffects": false, "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts", "files": [ "cjs", "es", "dist" ], "exports": { ".": { "require": "./cjs/index.js", "import": "./es/index.js" } }, "unpkg": "latest", "unpkgFiles": [ "dist/react-vtable.js", "dist/react-vtable.min.js" ], "publishConfig": { "access": "public" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0", "react-dom": "^18.2.0 || ^19.0.0" }, "dependencies": { "@visactor/vtable": "1.26.4", "@visactor/vutils": "~1.0.17", "react-is": "^18.2.0", "react-reconciler": "0.29.0" }, "devDependencies": { "cross-env": "^7.0.3", "increase-memory-limit": "^1.0.7", "@visactor/vchart": "2.0.13-alpha.10", "@rushstack/eslint-patch": "~1.1.4", "react": "18.2.0", "react-dom": "18.2.0", "@types/react": "18.2.79", "@types/react-dom": "18.2.25", "@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", "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", "@types/react-is": "^17.0.3", "@arco-design/web-react": "2.66.12", "@types/react-reconciler": "0.28.9", "@internal/eslint-config": "0.0.1", "@internal/ts-config": "0.0.1", "@internal/bundler": "0.0.1" }, "repository": { "type": "git", "url": "https://github.com/VisActor/VTable.git", "directory": "packages/react-vtable" }, "scripts": { "start": "vite ./demo --port 3100", "setup:react19-deps": "node ./demo/scripts/ensure-react19-deps.cjs", "start:react19": "npm run setup:react19-deps && vite --config ./demo/vite.config.react19.ts ./demo", "build": "npm run fix-memory-limit && bundle --clean", "compile": "tsc --noEmit", "eslint": "eslint --debug --fix src/", "fix-memory-limit": "cross-env LIMIT=10240 increase-memory-limit" } }