We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa6bf7 commit 45cf956Copy full SHA for 45cf956
src/client/package.json
@@ -34,9 +34,9 @@
34
"export-to-csv": "^0.2.1",
35
"file-saver": "^2.0.5",
36
"font-gis": "^1.0.4",
37
+ "jquery": "^3.6.0",
38
"jspdf": "2.5.1",
39
"jspdf-autotable": "3.5.23",
- "jquery": "^3.6.0",
40
"lodash-es": "^4.17.21",
41
"moment": "^2.29.1",
42
"ngx-drag-scroll": "^12.0.0-beta.1",
src/server/.env-old
src/server/nohup.out
src/server/package.json
@@ -5,7 +5,6 @@
5
"main": "app.js",
6
"dependencies": {
7
"adm-zip": "^0.5.9",
8
- "always": "^2.2.0",
9
"app-root-path": "^3.0.0",
10
"archiver": "^5.3.0",
11
"async": "~3.2.2",
@@ -69,5 +68,8 @@
69
68
},
70
"repository": "",
71
"author": "",
72
- "license": "BSD"
+ "license": "BSD",
+ "devDependencies": {
73
+ "always": "^2.2.0"
74
+ }
75
}
0 commit comments