VChart/packages/vutils-extension/package.json
2024-05-07 17:31:56 +08:00

75 lines
2.0 KiB
JSON

{
"name": "@visactor/vutils-extension",
"version": "1.10.5",
"description": "The extension module for VUtil from VisActor",
"sideEffects": false,
"main": "cjs/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"cjs",
"es",
"dist"
],
"scripts": {
"compile": "tsc --noEmit",
"eslint": "eslint --debug --fix src/",
"build": "bundle",
"dev": "bundle --clean -f es -w",
"test": "jest",
"test-cov": "jest -w 16 --coverage",
"test-live": "npm run test-watch __tests__/unit/",
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"peerDependencies": {
"@visactor/vrender-core": ">=0.18",
"@visactor/vrender-components": ">=0.18"
},
"dependencies": {
"@visactor/vutils": "~0.18.5",
"@visactor/vdataset": "~0.18.5",
"@visactor/vscale": "~0.18.5"
},
"devDependencies": {
"@visactor/vrender-core": "0.19.0",
"@visactor/vrender-components": "0.19.0",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"eslint": "~8.18.0",
"vite": "3.2.6",
"typescript": "4.9.5",
"@types/jest": "^26.0.0",
"@types/node": "*",
"@types/offscreencanvas": "2019.6.4",
"husky": "7.0.4",
"jest": "^26.0.0",
"jest-electron": "^0.1.12",
"lint-staged": "12.3.7",
"magic-string": "^0.25.7",
"prettier": "2.6.1",
"react-device-detect": "^2.2.2",
"ts-jest": "^26.0.0",
"ts-loader": "8.0.2",
"ts-node": "10.9.0",
"tslib": "2.3.1",
"tslint": "5.12.1"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://www.visactor.io",
"bugs": "https://github.com/VisActor/VChart/issues",
"repository": {
"type": "git",
"url": "https://github.com/VisActor/VChart.git",
"directory": "packages/vutils-extension"
},
"author": {
"name": "VisActor",
"url": "https://www.visactor.io/"
},
"license": "MIT"
}