-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
58 lines (58 loc) · 1.74 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
{
"name": "dmx-webclient",
"version": "5.3.5",
"description": "The DMX Webclient",
"author": "Jörg Richter <[email protected]>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/dmx-systems/dmx-platform.git"
},
"scripts": {
"build": "webpack -p --hide-modules",
"dev": "webpack-dev-server --env.dev --hot",
"stats": "webpack -p --json > stats.json && webpack-bundle-analyzer stats.json modules/dmx-webclient/src/main/resources/web"
},
"dependencies": {
"axios": "0.18.1",
"country-flag-emoji-polyfill": "0.1.5",
"dmx-api": "3.x",
"dmx-cytoscape-renderer": "3.x",
"dmx-detail-panel": "4.x",
"dmx-login-dialog": "3.x",
"dmx-object-renderer": "4.x",
"dmx-search-widget": "2.x",
"dmx-topic-list": "2.x",
"dmx-topicmap-panel": "3.x",
"element-ui": "2.13.2",
"vue": "2.6.11",
"vue-element-dialog-draggable": "1.0.3",
"vue-font-awesome-search": "1.1.1",
"vue-router": "3.0.7",
"vuedraggable": "2.23.2",
"vuex": "3.1.2"
},
"devDependencies": {
"@babel/core": "7.24.8",
"@babel/preset-env": "7.24.8",
"babel-loader": "8.3.0",
"babel-plugin-component": "1.1.1",
"css-loader": "3.4.2",
"eslint": "7.16.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-vue": "7.3.0",
"file-loader": "5.1.0",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.9.0",
"style-loader": "1.1.3",
"vue-loader": "15.9.0",
"vue-template-compiler": "2.6.11",
"webpack": "4.41.6",
"webpack-bundle-analyzer": "3.6.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
}
}