mirror of
https://github.com/jakejarvis/website-stats.git
synced 2026-09-21 23:25:31 -04:00
bump deps & convert to ESM
This commit is contained in:
+5
-6
@@ -4,15 +4,14 @@
|
||||
"repository": "https://github.com/jakejarvis/website-stats.git",
|
||||
"author": "Jake Jarvis <jake@jarv.is>",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"snapshot": "node scripts/snapshot.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^10.0.0",
|
||||
"got": "^11.8.2",
|
||||
"luxon": "^2.0.2",
|
||||
"pkg-dir": "^5.0.0",
|
||||
"prettier": "^2.4.1",
|
||||
"simple-git": "^2.46.0"
|
||||
"date-fns": "^2.28.0",
|
||||
"node-fetch": "^3.2.4",
|
||||
"simple-git": "^3.7.1",
|
||||
"write-json-file": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user