-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 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
{
"name": "ac-client2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --config webpack-watch.config.js --watch",
"dist": "webpack --config webpack-dist.config.js"
},
"keywords": [],
"author": "Sabrina Baggett",
"license": "ISC",
"dependencies": {
"@polymer/iron-pages": "^3.0.1",
"@ucd-lib/theme-elements": "0.0.14",
"@ucd-lib/theme-sass": "^5.0.16",
"axios": "^0.27.2",
"babel-polyfill": "^6.26.0",
"canvg": "^4.0.0",
"chartjs": "^0.3.24",
"convert-csv-to-json": "^1.3.3",
"cors": "^2.8.5",
"dompurify": "^2.3.6",
"express": "^4.17.3",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
"lit": "^2.2.1",
"lodash": "^4.17.21",
"netcat": "^1.5.0",
"path": "^0.12.7",
"pg": "^8.7.3",
"polymer-cli": "^1.9.11",
"sanitize-html": "^2.7.0"
},
"devDependencies": {
"@ucd-lib/cork-app-build": "^0.3.0",
"chart.js": "^3.7.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}