-
Notifications
You must be signed in to change notification settings - Fork 4k
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "storm-webapp-ui",
"private": true,
"version": "2.8.5",
"description": "Apache Storm Web UI frontend dependencies",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"test:server": "node cypress/test-server.js",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"test:e2e": "start-server-and-test test:server http://localhost:3088 cypress:run"
},
"dependencies": {
"bootstrap": "5.3.8",
"cytoscape": "3.34.2",
"cytoscape-dagre": "4.0.1",
"dagre": "0.8.5",
"datatables.net": "3.0.2",
"datatables.net-dt": "3.0.2",
"datatables.net-bs5": "3.0.2",
"domurl": "2.3.4",
"esprima": "4.0.1",
"jquery": "4.0.0",
"jquery-blockui": "2.7.0",
"js-cookie": "3.0.8",
"js-yaml": "5.4.1",
"moment": "2.30.1",
"mustache": "4.2.0",
"typeahead.js": "0.11.1",
"vis-data": "8.0.5",
"vis-network": "10.1.2"
},
"devDependencies": {
"css-loader": "^7.1.5",
"css-minimizer-webpack-plugin": "^8.0.0",
"cypress": "^15.21.1",
"express": "^5.2.1",
"mini-css-extract-plugin": "^2.10.2",
"start-server-and-test": "^3.0.12",
"terser-webpack-plugin": "^5.6.1",
"webpack": "^5.110.1",
"webpack-cli": "^7.2.3"
},
"overrides": {
"uuid": "13.0.1"
}
}