VTable/packages/vue-vtable/package.json
2024-09-30 09:44:10 +00:00

101 lines
2.3 KiB
JSON

{
"name": "@visactor/vue-vtable",
"version": "1.8.2",
"description": "The vue version of VTable",
"keywords": [
"vue",
"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"
}
},
"scripts": {
"start": "vite ./demo",
"build": "cross-env USE_TYPESCRIPT2=true bundle --clean",
"compile": "tsc --noEmit",
"eslint": "eslint --debug --fix src/"
},
"unpkg": "latest",
"unpkgFiles": [
"dist/vue-vtable.js"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vutils": "~0.18.14"
},
"devDependencies": {
"@arco-design/web-vue": "^2.11.0",
"cross-env": "^7.0.3",
"@visactor/vchart": "1.12.1",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"vue": "^3.4.14",
"@vitejs/plugin-vue": "^5.0.3",
"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",
"eslint-plugin-vue": "^9.26.0",
"vue-eslint-parser": "^9.4.2"
}
}