Mercurial > code > home > repos > front-door-display
view package.json @ 21:a90cb6927c7d default tip
fix countdown queries. Display "now" instead of "In -0.4 hours"
author | drewp@bigasterisk.com |
---|---|
date | Sat, 07 Sep 2024 17:47:36 -0700 |
parents | 6960c172f1a9 |
children |
line wrap: on
line source
{ "name": "front-door-display", "version": "1.0.0", "description": "", "main": "index.js", "author": "", "license": "ISC", "devDependencies": { "typescript": "^5.5.4", "@types/lodash": "^4.17.7", "@types/n3": "^1.16.5" }, "dependencies": { "date-fns": "^2.30.0", "lit": "^3.2.0", "lodash": "^4.17.21", "n3": "^1.21.0", "vite": "^4.5.3" }, "packageManager": "pnpm@8.12.0+sha1.7134f9b8d0b70bc7a1954f47af52123cd2b2acce" }