mirror of
https://github.com/VisActor/VChart
synced 2024-11-21 23:51:05 +00:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"name": "@visactor/vutils-extension",
|
|
"version": "1.12.0",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@visactor/vutils": "~0.18.15",
|
|
"@visactor/vdataset": "~0.18.15"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|