| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- {
- "name": "@antv/g2",
- "version": "5.0.12",
- "description": "the Grammar of Graphics in Javascript",
- "license": "MIT",
- "main": "lib/index.js",
- "module": "esm/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "src",
- "lib",
- "esm",
- "dist"
- ],
- "scripts": {
- "dev": "vite",
- "dev:link": "cross-env LINK=1 vite",
- "clean": "rimraf lib esm dist",
- "lint-staged": "lint-staged",
- "size": "limit-size",
- "lint": "eslint ./src ./__tests__ && prettier ./src ./__tests__ --check ",
- "fix": "eslint ./src ./__tests__ --fix && prettier ./src ./__tests__ --write ",
- "test": "node --expose-gc --max-old-space-size=4096 --unhandled-rejections=strict node_modules/jest/bin/jest __tests__/ --coverage -i --logHeapUsage",
- "test:unit": "node --expose-gc --max-old-space-size=4096 --unhandled-rejections=strict node_modules/jest/bin/jest __tests__/unit/ --coverage -i --logHeapUsage",
- "test:integration": "node --expose-gc --max-old-space-size=4096 --unhandled-rejections=strict node_modules/jest/bin/jest __tests__/integration/ --coverage -i --logHeapUsage",
- "test:treeshaking": "vite build -c ./__tests__/treeshaking/vite.config.js",
- "test-live": "cross-env DEBUG_MODE=1 jest --watch",
- "build:umd": "rimraf ./dist && rollup -c && npm run size",
- "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib",
- "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm",
- "build": "run-p build:*",
- "bundle-vis": "cross-env BUNDLE_VIS=1 run-p build:umd",
- "ci": "run-s lint test build",
- "prepublishOnly": "npm run ci",
- "prepare": "husky install",
- "upload": "node scripts/uploadSnapshot.js",
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
- },
- "keywords": [
- "antv",
- "g2",
- "visualization",
- "chart",
- "grammar",
- "graphics",
- "interaction",
- "animation"
- ],
- "dependencies": {
- "@antv/coord": "^0.4.1",
- "@antv/event-emitter": "^0.1.3",
- "@antv/g": "^5.7.4",
- "@antv/g-canvas": "^1.7.4",
- "@antv/g-plugin-dragndrop": "^1.6.1",
- "@antv/gui": "^0.5.0-alpha.22",
- "@antv/path-util": "^3.0.1",
- "@antv/scale": "^0.4.7",
- "@antv/util": "^3.3.2",
- "d3-array": "^3.2.2",
- "d3-dsv": "^3.0.1",
- "d3-force": "^3.0.0",
- "d3-format": "^3.1.0",
- "d3-geo": "^3.0.1",
- "d3-hierarchy": "^3.1.2",
- "d3-scale-chromatic": "^3.0.0",
- "d3-shape": "^3.1.0",
- "d3-voronoi": "^1.1.4",
- "flru": "^1.0.2",
- "fmin": "^0.0.2",
- "pdfast": "^0.2.0"
- },
- "devDependencies": {
- "@antv/data-set": "^0.11.8",
- "@antv/g-plugin-rough-canvas-renderer": "^1.7.9",
- "@antv/g-plugin-rough-svg-renderer": "^1.7.9",
- "@antv/g-svg": "^1.8.6",
- "@commitlint/cli": "^11.0.0",
- "@commitlint/config-conventional": "^17.4.4",
- "@rollup/plugin-commonjs": "^21.0.2",
- "@types/d3-array": "^3.0.2",
- "@types/d3-shape": "^3.0.2",
- "@types/jest": "^26.0.20",
- "@types/pixelmatch": "^5.2.4",
- "@types/pngjs": "^6.0.1",
- "@typescript-eslint/eslint-plugin": "^4.18.0",
- "@typescript-eslint/parser": "^4.18.0",
- "ali-oss": "^6.17.1",
- "archiver": "^5.3.1",
- "canvas": "2.11.0",
- "conventional-changelog-cli": "^2.2.2",
- "cross-env": "^7.0.3",
- "d3-dsv": "^3.0.1",
- "d3-fetch": "^3.0.1",
- "d3-geo-projection": "^4.0.0",
- "d3-hierarchy": "^3.1.2",
- "d3-interpolate": "^3.0.1",
- "d3-random": "^3.0.1",
- "d3-regression": "^1.3.10",
- "eslint": "^7.22.0",
- "eslint-plugin-import": "^2.22.1",
- "fecha": "^4.2.3",
- "husky": "^7.0.0",
- "jest": "^26.0.1",
- "jsdom": "^19.0.0",
- "limit-size": "^0.1.4",
- "lint-staged": "^10.5.4",
- "npm-run-all": "^4.1.5",
- "pixelmatch": "5.3.0",
- "pngjs": "^6.0.0",
- "prettier": "^2.2.1",
- "reflect-metadata": "^0.1.13",
- "rimraf": "^3.0.2",
- "rollup": "^2.39.0",
- "rollup-plugin-node-resolve": "^5.2.0",
- "rollup-plugin-polyfill-node": "^0.8.0",
- "rollup-plugin-typescript": "^1.0.1",
- "rollup-plugin-uglify": "^6.0.4",
- "rollup-plugin-visualizer": "^5.6.0",
- "topojson": "^3.0.2",
- "ts-jest": "^26.5.1",
- "typescript": "^4.1.5",
- "vite": "^3.1.0",
- "xmlserializer": "^0.6.1"
- },
- "lint-staged": {
- "*.{ts,tsx}": [
- "eslint --fix",
- "prettier --write",
- "git add"
- ]
- },
- "limit-size": [
- {
- "path": "dist/g2.min.js",
- "limit": "750 Kb",
- "gzip": true
- },
- {
- "path": "dist/g2.min.js",
- "limit": "2 Mb"
- }
- ],
- "author": {
- "name": "AntV",
- "url": "https://antv.vision/"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/antvis/g2"
- },
- "bugs": {
- "url": "https://github.com/antvis/g2/issues"
- }
- }
|