-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
86 lines (86 loc) · 2.32 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
84
85
86
{
"name": "@tugraph/gi-assets-tugraph-db",
"version": "0.6.41",
"description": "G6VP Assets for TuGraph-DB",
"keywords": [
"G6VP",
"gi-asstes",
"TuGraph"
],
"repository": "https://github.com/TuGraph-family/tugraph-db-browser.git",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"files": [
"dist",
"es",
"lib"
],
"scripts": {
"build": "father build && npm run build:umd",
"build:es": "father build",
"build:umd": "webpack --mode production -c ./webpack.config.js",
"build:umd:watch": "webpack --mode production -c ./webpack.config.js --env watch=true",
"demo": "max dev",
"generate": "max generate",
"postinstall": "max setup",
"lint": "max lint",
"publish": "npm run build && npm publish --registry=https://registry.npmjs.org",
"serve": "http-server dist -p 9527",
"start": "father build --watch",
"tag": "bit tag --force-deploy --skip-auto-tag"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,less}": [
"max lint"
]
},
"dependencies": {
"@antv/g2": "^5.1.5",
"@antv/g2plot": "^2.4.31",
"@antv/g6": "4.x",
"@antv/gi-sdk": "^2.4.15",
"@antv/graphin": "2.x",
"@difizen/cofine-editor-core": "^0.0.1-alpha.6",
"@difizen/cofine-language-cypher": "^0.0.1-alpha.6",
"ahooks": "^3.7.8",
"antd": "4.x",
"dayjs": "^1.11.10",
"deepmerge": "^4.3.1",
"file-loader": "^6.2.0",
"immer": "^9.0.0",
"lodash": "^4.17.21",
"nanoid": "^4.0.2",
"re-resizable": "^6.9.11",
"react": "17.x",
"react-color": "^2.19.3",
"react-dom": "17.x",
"umi-request": "^1.4.0"
},
"devDependencies": {
"@umijs/max": "^4.0.0",
"father": "^4.2.2",
"http-server": "^14.1.1",
"less-loader": "^11.1.3",
"lint-staged": "^15.1.0",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"ts-loader": "^9.4.2",
"typescript": "^4.1.2",
"use-immer": "^0.9.0",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.0.1"
},
"authors": [
"https://github.com/pomelo-nwu",
"https://github.com/baizn"
]
}