-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
79 lines (79 loc) · 2.07 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
{
"name": "@antv/gi-assets-xlab",
"version": "0.1.30",
"description": "A G6VP asset for X-lab.",
"keywords": [
"G6VP",
"gi-asstes"
],
"homepage": "https://github.com/X-lab2017/gi-assets-xlab#readme",
"bugs": {
"url": "https://github.com/X-lab2017/gi-assets-xlab/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/X-lab2017/gi-assets-xlab.git"
},
"license": "MIT",
"author": "",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"dist",
"es",
"lib"
],
"scripts": {
"build": "npm run clean && father build && npm run build:umd",
"build:es": "father build",
"build:umd": "webpack --mode production -c ./webpack.config.js",
"clean": "rimraf es esm lib dist",
"serve": "http-server dist -p 9527",
"start": "umi dev",
"start:node_version_18": "NODE_OPTIONS=--openssl-legacy-provider father build --watch"
},
"dependencies": {
"@aligov/global-locale": "^1.0.5",
"@aligov/global-string-format": "^1.0.7",
"@antv/algorithm": "0.1.26-beta.0",
"@antv/g2": "^5.0.16",
"@antv/g6": "4.x",
"@antv/gi-assets-basic": "latest",
"@antv/gi-assets-neo4j": "latest",
"@antv/gi-sdk": "^2.4.2",
"@antv/gi-theme-antd": "latest",
"@antv/graphin": "^2.7.14",
"@types/react-dom": "latest",
"ahooks": "^3.7.8",
"antd": "4.x",
"immer": "^9.0.0",
"lodash": "^4.17.21",
"react": "17.x",
"react-dom": "17.x",
"reactour": "^1.19.0",
"styled-components": "^6.0.7",
"umi-request": "^1.4.0",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"father": "^2.30.6",
"http-server": "^14.1.1",
"mini-css-extract-plugin": "^2.7.2",
"ts-loader": "^9.4.2",
"typescript": "^4.1.2",
"umi": "3.x",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"publishConfig": {
"access": "public"
},
"authors": []
}