-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 2.94 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 2.94 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "flow-chart-editor",
"version": "0.1.3",
"license": "MIT",
"author": "tlzzu",
"description": "流程设计器",
"homepage": "https://tlzzu.github.io/flow-chart-editor/dist/index.html",
"repository": {
"type": "git",
"url": "https://github.com/tlzzu/flow-chart-editor.git"
},
"bugs": {
"url": "https://github.com/tlzzu/flow-chart-editor/issues"
},
"contributors": [
"tlzzu <tlzzu@outlook.com>"
],
"keywords": [
"graph",
"graph-theory",
"network",
"node",
"edge",
"vertex",
"link",
"analysis",
"visualisation",
"visualization",
"draw",
"render",
"biojs",
"cytoscape",
"flow-chart-editor"
],
"engines": {
"node": ">=0.10"
},
"main": "src/js/index.js",
"scripts": {
"dev": "webpack-dev-server --config ./build/webpack.config.dev.js",
"build": "webpack --config ./build/webpack.config.prod.js"
},
"dependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^4.2.3",
"cytoscape": "*",
"cytoscape-context-menus": "^3.0.5",
"cytoscape-edge-bend-editing": "^1.5.4",
"cytoscape-edgehandles": "^3.0.2",
"cytoscape-grid-guide": "^2.0.5",
"cytoscape-node-resize": "*",
"cytoscape-undo-redo": "^1.3.0",
"cytoscape-view-utilities": "^2.0.7",
"es3ify-loader": "^0.2.0",
"eslint-friendly-formatter": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"jquery": "*",
"konva": "^1.7.6",
"url-loader": "^0.6.2"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "*",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-ie": "^6.7.0",
"babel-preset-es2016": "*",
"babel-preset-es2017": "*",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.23.0",
"compression-webpack-plugin": "^1.1.10",
"css-loader": "^0.28.7",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"handlebars": "^4.0.10",
"handlebars-loader": "^1.5.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"lodash": "^4.17.4",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.0",
"webpack-merge": "^4.1.0"
}
}