-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
83 lines (83 loc) · 2.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@antv/gi-site",
"version": "2.2.0",
"description": "G6VP Site",
"license": "MIT",
"author": "AntV",
"sideEffects": [
"*.less",
"*.css"
],
"main": "dist/app.js",
"scripts": {
"analyse": "ANALYZE=1 NODE_OPTIONS=--max_old_space_size=4096 umi build",
"build": "node scripts/pre-build.mjs && NODE_OPTIONS=--max_old_space_size=4096 umi build",
"build:docker": "cd ../../ && npm run build:all:umd && cd packages/gi-site/ && BUILD_MODE=docker node scripts/pre-build.mjs && node scripts/copy-assets.mjs && BUILD_MODE=docker NODE_OPTIONS=--max_old_space_size=4096 umi build",
"deploy": "node ./scripts/deploy.js",
"start": "node --experimental-json-modules scripts/pre-build.mjs && cross-env NODE_OPTIONS=--max_old_space_size=4096 cross-env PORT=8000 umi dev"
},
"dependencies": {
"@ant-design/charts": "^1.0.21",
"@ant-design/compatible": "^1.0.2",
"@ant-design/icons": "^4.0.6",
"@ant-design/pro-components": "2.3.57",
"@ant-design/pro-table": "2.66.4",
"@antv/dw-analyzer": "^1.1.5",
"@antv/gi-assets-advance": "workspace:*",
"@antv/gi-assets-algorithm": "workspace:*",
"@antv/gi-assets-basic": "workspace:*",
"@antv/gi-assets-graphscope": "workspace:*",
"@antv/gi-assets-neo4j": "workspace:*",
"@antv/gi-assets-scene": "workspace:*",
"@antv/gi-assets-tugraph": "workspace:*",
"@antv/gi-assets-galaxybase": "workspace:*",
"@antv/gi-assets-hugegraph": "workspace:*",
"@antv/gi-common-components": "workspace:*",
"@antv/gi-sdk": "workspace:*",
"@antv/gi-theme-antd": "workspace:*",
"@faker-js/faker": "latest",
"@fast-csv/format": "latest",
"@types/classnames": "^2.2.9",
"@types/node": "^7.0.12",
"@types/systemjs": "latest",
"@umijs/preset-react": "^1.8.12",
"ahooks": "^2.10.9",
"classnames": "^2.2.6",
"d3-scale": "^4.0.0",
"dayjs": "^1.10.5",
"element-resize-detector": "^1.2.4",
"immer": "^9.0.15",
"immutability-helper-x": "^1.0.5",
"js-beautify": "^1.11.0",
"localforage": "^1.9.0",
"lz-string": "^1.4.4",
"monaco-editor": "^0.25.2",
"monaco-editor-webpack-plugin": "^7.0.1",
"node-fetch": "^3.3.0",
"react-color": "^2.19.3",
"react-monaco-editor": "^0.48.0",
"react-router-dom": "^5.1.1",
"swr": "^1.2.2",
"systemjs": "^6.11.0",
"umi": "^3.5.18",
"umi-request": "^1.3.9",
"use-immer": "^0.7.0",
"xlsx2js": "^1.3.8"
},
"devDependencies": {
"fs-extra": "^10.1.0",
"gh-pages": "latest",
"perf_hooks": "^0.0.1",
"cross-env": "7.0.3"
},
"peerDependencies": {
"@antv/graphin": "^2.7.15",
"antd": "4.x",
"react": "17.x",
"react-dom": "17.x"
},
"publishConfig": {
"access": "public"
},
"private": true
}