-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
76 lines (76 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
{
"name": "TuGraph-DB-Browser",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/TuGraph-family/tugraph-db/blob/master/LICENSE"
}
],
"scripts": {
"dev": "umi dev",
"build": "NODE_ENV=production && umi build",
"custom-build": "NODE_ENV=production && umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev",
"import": "bit import --skip-dependency-installation --dependencies --merge manual",
"checkout": "bit checkout head --skip-dependency-installation --manual"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@ant-design/pro-components": "^2.3.37",
"@antv/g-svg": "^2.0.10",
"@antv/g2plot": "^2.4.31",
"@antv/g6": "^5.0.9",
"@antv/g6-extension-3d": "^0.1.2",
"@antv/graphin": "^2.7.13",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-python": "^6.1.2",
"@difizen/cofine-editor-core": "^0.0.1-alpha.6",
"@difizen/cofine-language-cypher": "^0.0.1-alpha.6",
"@formily/antd": "^2.3.1",
"@formily/core": "^2.3.1",
"@formily/react": "^2.3.1",
"@tsparticles/react": "^3.0.0",
"@uiw/react-codemirror": "^4.23.0",
"ahooks": "^3.7.2",
"antd": "^4.22.8",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^11.3.0",
"immer": "^9.0.19",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"neo4j-driver": "^5.21.0",
"papaparse": "^5.4.1",
"query-string": "^8.1.0",
"re-resizable": "^6.9.17",
"react": "^18.1.0",
"react-color": "^2.19.3",
"react-dom": "^18.1.0",
"react-json-view": "^1.21.3",
"react-json-view-lite": "^1.4.0",
"react-router-dom": "^6.11.1",
"react-split-pane": "^0.1.92",
"tsparticles": "^3.5.0",
"umi": "^4.0.86",
"umi-request": "^1.4.0",
"use-immer": "^0.8.1"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/react": "^18.2.28",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.2.13",
"@types/vscode": "^1.91.0",
"@umijs/plugins": "^4.2.11",
"typescript": "^4.1.2"
},
"repository": "https://github.com/Seventysevendays/tugraph-db-browser.git",
"__npminstall_done": false
}