-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.79 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
{
"name": "dmx-webclient",
"version": "5.3.5",
"description": "The DMX Webclient",
"author": "Jörg Richter <jri@dmx.berlin>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/dmx-systems/dmx-platform.git"
},
"scripts": {
"build": "webpack --mode production",
"stats": "webpack --mode production --analyze",
"dev": "webpack serve --mode development"
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"axios": "0.18.1",
"country-flag-emoji-polyfill": "0.1.5",
"dmx-api": "git+https://github.com/dmx-systems/dmx-api.git",
"dmx-cytoscape-renderer": "git+https://github.com/dmx-systems/dmx-cytoscape-renderer.git",
"dmx-detail-panel": "git+https://github.com/dmx-systems/dmx-detail-panel.git",
"dmx-login-dialog": "git+https://github.com/dmx-systems/dmx-login-dialog.git",
"dmx-object-renderer": "git+https://github.com/dmx-systems/dmx-object-renderer.git",
"dmx-search-widget": "git+https://github.com/dmx-systems/dmx-search-widget.git",
"dmx-topic-list": "git+https://github.com/dmx-systems/dmx-topic-list.git",
"dmx-topicmap-panel": "git+https://github.com/dmx-systems/dmx-topicmap-panel.git",
"element-plus": "2.9.3",
"vue": "3.5.13",
"vue-font-awesome-search": "1.1.1",
"vue-router": "4.5.0",
"vuedraggable": "4.1.0",
"vuex": "4.1.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"babel-loader": "9.2.1",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.3",
"mini-css-extract-plugin": "2.9.2",
"style-loader": "4.0.0",
"unplugin-element-plus": "0.10.0",
"vue-loader": "17.4.2",
"webpack": "5.97.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
}
}