-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "ucdlib-orgchart",
"version": "1.0.0",
"description": "Organizational Chart Build",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dist": "npm run build",
"watch": "webpack --watch --mode development",
"serve": "webpack serve --open",
"start": "npm run serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@ucd-lib/cork-app-state": "^2.0.1",
"@ucd-lib/cork-app-utils": "^5.1.0",
"@ucd-lib/theme-elements": "^1.2.1",
"breakpoint-sass": "^3.0.0",
"d3": "^7.9.0",
"d3-org-chart": "^3.1.1",
"dotenv": "^16.4.7",
"fs": "^0.0.1-security",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.2",
"normalize-scss": "^7.0.1",
"ssh2-sftp-client": "^9.1.0"
},
"devDependencies": {
"@ucd-lib/cork-app-build": "^0.4.2",
"css-loader": "^6.7.3",
"eslint-plugin-jsdoc": "^39.6.8",
"express": "^4.21.2",
"fs-extra": "^11.1.0",
"html-webpack-plugin": "^5.6.3",
"lit": "^3.2.1",
"mini-css-extract-plugin": "^2.7.5",
"sass": "^1.59.3",
"sass-loader": "^13.2.1",
"webpack": "^5.97.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
}
}