-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.47 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
{
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@redocly/cli": "^1.0.0-beta.103",
"core-js": "^3.21.1",
"css-loader": "^6.5.1",
"cwe-sdk": "^1.1.6",
"d3": "^7.0.0",
"d3-hierarchy": "^3.0.0",
"d3-sankey": "^0.12.3",
"datatables.net": "^1.11.3",
"datatables.net-responsive-dt": "^2.2.3",
"datatables.net-zf": "^1.10.19",
"dayjs": "^1.10.7",
"file-loader": "^6.2.0",
"foundation-icons": "^1.0.1",
"foundation-sites": "^6.7.4",
"inputmask": "^5.0.8",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"material-icons": "^0.3.0",
"mini-css-extract-plugin": "^2.5.2",
"moment": "^2.29.4",
"regenerator-runtime": "^0.13.9",
"sanitize-html": "^2.6.1",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"select2": "^4.1.0-rc.0",
"showdown": "^2.0.0",
"toastify-js": "^1.12.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.4",
"webpack-fix-style-only-entries": "^0.6.1",
"yaml": "^2.3.3",
"yarn": "^1.22.19"
},
"engines": {
"node": "^16.x",
"yarn": "^1.6.0"
},
"devDependencies": {
"webpack-bundle-analyzer": "^4.5.0"
},
"license": "MIT",
"scripts": {
"build": "webpack --config ./config/webpack/webpack.config.js --progress --mode=production",
"watch": "webpack --watch --config ./config/webpack/webpack.config.js --mode=development --progress",
"openapi": "redocly preview-docs public/openapi.yml"
}
}