antv-l7/packages/site/package.json

55 lines
1.5 KiB
JSON

{
"private": true,
"name": "@antv/l7-site",
"version": "2.9.26",
"description": "L7 sites deployed on gh-pages",
"keywords": [
"antv",
"L7",
"graph",
"graph analysis",
"graph editor",
"graph visualization",
"relational data",
"site"
],
"homepage": "https://L7.antv.vision",
"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:build": "npm run site:clean && cross-env BABEL_ENV=site gatsby build --prefix-paths",
"site:clean": "gatsby clean",
"lint:fix": "prettier --write docs/api/**/*.md docs/api/*.md *.md",
"site:develop": "cross-env BABEL_ENV=development gatsby develop --open",
"site:deploy": "npm run site:build && gh-pages -d public",
"start": "npm run site:develop",
"site:publish": "gh-pages -d public"
},
"devDependencies": {
"cross-env": "^7.0.3"
},
"dependencies": {
"@antv/gatsby-theme-antv": "1.1.15",
"@antv/l7": "2.9.26",
"@antv/util": "^2.0.9",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"gatsby": "^2.24.40",
"gh-pages": "^2.1.1",
"monaco-editor": "0.29.1",
"monaco-editor-webpack-plugin": "5.0.0",
"react-i18next": "^11.1.0",
"react-monaco-editor": "0.40.0",
"typedoc": "^0.17.6",
"typedoc-plugin-markdown": "^2.2.11",
"typescript": "^4.6.3"
}
}