g6/packages/site/package.json

54 lines
1.5 KiB
JSON

{
"private": true,
"name": "@antv/g6-site",
"version": "4.3.0",
"description": "G6 sites deployed on gh-pages",
"keywords": [
"antv",
"g6",
"graph",
"graph analysis",
"graph editor",
"graph visualization",
"relational data",
"site"
],
"homepage": "https://g6.antv.vision",
"bugs": {
"url": "https://github.com/antvis/g6/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/antvis/g6"
},
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
"scripts": {
"site:build": "npm run site:clean && GATSBY=true gatsby build --prefix-paths",
"site:clean": "gatsby clean",
"site:develop": "GATSBY=true gatsby develop --open",
"site:deploy": "npm run site:build && npm run site:copy-mirror-action && gh-pages -d public",
"site:copy-mirror-action": "mkdir -p public/.github/workflows && cp .github/workflows/mirror.yml public/.github/workflows",
"start": "npm run site:develop"
},
"dependencies": {
"@ant-design/icons": "^4.0.6",
"@antv/chart-node-g6": "^0.0.3",
"@antv/g6": "4.2.7",
"@antv/gatsby-theme-antv": "1.1.1",
"@antv/util": "^2.0.9",
"@antv/vis-predict-engine": "^0.0.7",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"gatsby": "^2.24.40",
"gh-pages": "^2.1.1",
"react-i18next": "^11.1.0",
"typedoc": "^0.17.6",
"typedoc-plugin-markdown": "^2.2.11",
"typescript": "^3.6.5"
},
"resolutions": {
"@types/react": "^16.9.35"
}
}