{ "private": true, "name": "@antv/l7-site", "version": "2.13.4", "description": "L7 sites deployed on gh-pages", "keywords": [ "antv", "L7", "graph", "graph analysis", "graph editor", "graph visualization", "relational data", "site" ], "homepage": "https://l7.antv.antgroup.com", "bugs": { "url": "https://github.com/antvis/L7/issues" }, "repository": { "type": "git", "url": "https://github.com/antvis/L7" }, "license": "MIT", "author": "https://github.com/orgs/antvis/people", "scripts": { "site:clean": "rm -rf ./dumi/tmp && rm -rf ./dumi/tmp-production && rm -rf .umi/ && rm rf ./dist", "lint:fix": "prettier --write docs/api/**/*.md docs/api/*.md *.md", "build": "yarn site:build", "site:deploy": "npm run site:build && gh-pages -d dist", "site:develop": "dumi dev", "site:build": "dumi build", "start": "npm run site:develop", "site:publish": "gh-pages -d dist" }, "devDependencies": { "@antv/dumi-theme-antv": "^0.3.0", "@antv/g2": "^4.2.8", "@antv/l7-draw": "^3.0.9", "@antv/l7plot": "^0.3.3", "@antv/util": "^2.0.9", "@turf/turf": "^6.5.0", "antd": "^4.20.0", "babel-plugin-inline-import": "^3.0.0", "babel-plugin-transform-import-css-l7": "^0.0.6", "cross-env": "^7.0.3", "dumi": "^2.1.3", "gcoord": "^0.3.2", "geotiff": "^2.0.7", "gh-pages": "^2.1.1", "lerc": "^3.0.0", "popmotion": "^11.0.5", "rollup": "^2.0.0", "stylelint": "^14.4.0", "three": "0.115.0", "webpack": "^5.20.0" } }