Skip to content

Commit 3209bb3

Browse files
committed
Merge branch 'GetEXIFData' into CitiHackathon
2 parents f8d6ad0 + 2c2441a commit 3209bb3

File tree

12 files changed

+392
-4
lines changed

12 files changed

+392
-4
lines changed

package-lock.json

Lines changed: 200 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@
4545
"concurrently": "^8.0.0",
4646
"connect-mongo": "^5.1.0",
4747
"cors": "^2.8.5",
48+
"csv-parser": "^3.0.0",
4849
"diff2html": "^3.4.33",
50+
"exiftool-vendored": "^29.0.0",
4951
"express": "^4.18.2",
5052
"express-http-proxy": "^2.0.0",
5153
"express-rate-limit": "^7.1.5",
5254
"express-session": "^1.17.1",
55+
"fs": "^0.0.1-security",
5356
"history": "5.3.0",
5457
"jsonschema": "^1.4.1",
5558
"load-plugin": "^6.0.0",
@@ -62,6 +65,7 @@
6265
"passport": "^0.7.0",
6366
"passport-activedirectory": "^1.0.4",
6467
"passport-local": "^1.0.0",
68+
"path": "^0.12.7",
6569
"perfect-scrollbar": "^1.5.5",
6670
"prop-types": "15.8.1",
6771
"react": "^16.13.1",
@@ -70,6 +74,7 @@
7074
"react-router-dom": "6.26.2",
7175
"simple-git": "^3.25.0",
7276
"uuid": "^10.0.0",
77+
"xlsx": "^0.18.5",
7378
"yargs": "^17.7.2"
7479
},
7580
"devDependencies": {

0 commit comments

Comments
 (0)