diff --git a/package-lock.json b/package-lock.json index af57148..f2bf485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.1.0", "dependencies": { "cra-template": "1.2.0", + "date-fns": "^4.1.0", "prop-types": "^15.8.1", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -6318,6 +6319,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/date-fns": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" + } + }, "node_modules/debug": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", diff --git a/package.json b/package.json index 8f61c61..c15b1aa 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "private": true, "dependencies": { "cra-template": "1.2.0", + "date-fns": "^4.1.0", "prop-types": "^15.8.1", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/public/index.html b/public/index.html index 46a1220..635ea69 100644 --- a/public/index.html +++ b/public/index.html @@ -19,8 +19,10 @@ +
+