diff --git a/package-lock.json b/package-lock.json index 140c1a9..44c2f1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.1", "dependencies": { "moment": "^2.30.1", + "neko-ts": "^0.0.6", "qs": "^6.12.2", "sanitize.css": "^13.0.0", "svelte-markdown": "^0.4.1", @@ -1884,6 +1885,11 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, + "node_modules/neko-ts": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/neko-ts/-/neko-ts-0.0.6.tgz", + "integrity": "sha512-PqKIgmqD1LwRM7fb1gqC3ITbojxB47hZmm6eUYjLUAM5w1+KnQ9TZxMDMJHl7pK0XE37ekMPSD7Vzfn0Pa6wow==" + }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", diff --git a/package.json b/package.json index 845c849..cefa8a6 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "type": "module", "dependencies": { "moment": "^2.30.1", + "neko-ts": "^0.0.6", "qs": "^6.12.2", "sanitize.css": "^13.0.0", "svelte-markdown": "^0.4.1", diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 3ead630..e3faa99 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,7 +1,16 @@ -