Added TS types

This commit is contained in:
Lucid Kobold
2022-01-27 13:14:51 -06:00
parent 8371d12981
commit f0e8ea6712
3 changed files with 10 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
}, },
"devDependencies": { "devDependencies": {
"@iconify/react": "^3.1.3", "@iconify/react": "^3.1.3",
"@types/node": "^17.0.12",
"@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/eslint-plugin": "^5.8.0",
"eslint": "^8.5.0", "eslint": "^8.5.0",
"eslint-config-next": "12.0.7", "eslint-config-next": "12.0.7",

View File

@@ -7,7 +7,7 @@ const description =
// "Behavior and progress tracker for ABDLs and babyfurs alike. Track multiple littles and create any trackers you would like."; // "Behavior and progress tracker for ABDLs and babyfurs alike. Track multiple littles and create any trackers you would like.";
"Pre-alpha preview of the behavior and progress tracker for ABDLs and babyfurs."; "Pre-alpha preview of the behavior and progress tracker for ABDLs and babyfurs.";
const logo = "images/logo.svg" const logo = "images/logo.svg";
const logoOG = "/images/logo.png"; const logoOG = "/images/logo.png";
class Document extends NextDocument { class Document extends NextDocument {

View File

@@ -1386,6 +1386,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@types/node@npm:^17.0.12":
version: 17.0.12
resolution: "@types/node@npm:17.0.12"
checksum: f7e4c384b72648550391c2c8bd42560dfccf5b7a0506fb5842f326f8b176286be279dd63f62af621fe6d409d474ea5d312855061f512132e999f4e902a22e4db
languageName: node
linkType: hard
"@types/parse-json@npm:^4.0.0": "@types/parse-json@npm:^4.0.0":
version: 4.0.0 version: 4.0.0
resolution: "@types/parse-json@npm:4.0.0" resolution: "@types/parse-json@npm:4.0.0"
@@ -3593,6 +3600,7 @@ __metadata:
"@emotion/react": ^11.7.1 "@emotion/react": ^11.7.1
"@emotion/styled": ^11.6.0 "@emotion/styled": ^11.6.0
"@iconify/react": ^3.1.3 "@iconify/react": ^3.1.3
"@types/node": ^17.0.12
"@types/react": ^17.0.38 "@types/react": ^17.0.38
"@typescript-eslint/eslint-plugin": ^5.8.0 "@typescript-eslint/eslint-plugin": ^5.8.0
date-fns: ^2.28.0 date-fns: ^2.28.0