Removing old files

This commit is contained in:
Scott Idem
2025-07-11 17:07:19 -04:00
parent bd10d98ada
commit 84138943a6
8 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ import tailwindcssAnimate from "tailwindcss-animate";
// import { skeleton } from '@skeletonlabs/tw-plugin'; // import { skeleton } from '@skeletonlabs/tw-plugin';
import { OSIT_Custom_Theme } from './theme_osit_3'; import { OSIT_Custom_Theme } from './theme_osit_3';
import { LCI_Custom_Theme } from './theme_lci_1'; import { LCI_Custom_Theme } from './del_theme_lci_1';
// Most of this was generated by the Shadcn CLI. I merged the rest back from from the original tailwind.config.js. // Most of this was generated by the Shadcn CLI. I merged the rest back from from the original tailwind.config.js.
// export default { // export default {

14
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "ae-app-svelte5", "name": "ae-app-svelte5",
"version": "0.2.516", "version": "0.2.711",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ae-app-svelte5", "name": "ae-app-svelte5",
"version": "0.2.516", "version": "0.2.711",
"dependencies": { "dependencies": {
"@codemirror/commands": "^6.8.1", "@codemirror/commands": "^6.8.1",
"@codemirror/gutter": "^0.19.9", "@codemirror/gutter": "^0.19.9",
@@ -34,7 +34,7 @@
"flowbite-svelte": "^1.7.0", "flowbite-svelte": "^1.7.0",
"html5-qrcode": "^2.3.8", "html5-qrcode": "^2.3.8",
"lucide-svelte": "^0.525.0", "lucide-svelte": "^0.525.0",
"marked": "^15.0.7", "marked": "^16.0.0",
"shadcn-svelte": "^1.0.0", "shadcn-svelte": "^1.0.0",
"svelte-persisted-store": "^0.12.0" "svelte-persisted-store": "^0.12.0"
}, },
@@ -5999,15 +5999,15 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "15.0.12", "version": "16.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-16.0.0.tgz",
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==", "integrity": "sha512-MUKMXDjsD/eptB7GPzxo4xcnLS6oo7/RHimUMHEDRhUooPwmN9BEpMl7AEOJv3bmso169wHI2wUF9VQgL7zfmA==",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
}, },
"engines": { "engines": {
"node": ">= 18" "node": ">= 20"
} }
}, },
"node_modules/math-intrinsics": { "node_modules/math-intrinsics": {

View File

@@ -109,7 +109,7 @@
"flowbite-svelte": "^1.7.0", "flowbite-svelte": "^1.7.0",
"html5-qrcode": "^2.3.8", "html5-qrcode": "^2.3.8",
"lucide-svelte": "^0.525.0", "lucide-svelte": "^0.525.0",
"marked": "^15.0.7", "marked": "^16.0.0",
"shadcn-svelte": "^1.0.0", "shadcn-svelte": "^1.0.0",
"svelte-persisted-store": "^0.12.0" "svelte-persisted-store": "^0.12.0"
} }

View File

@@ -6,7 +6,7 @@
<link rel="icon" href="%sveltekit.assets%/favicon.png" > <link rel="icon" href="%sveltekit.assets%/favicon.png" >
<link rel="manifest" href="%sveltekit.assets%/manifest.json"> <link rel="manifest" href="%sveltekit.assets%/manifest.json">
<meta name="viewport" content="width=device-width" > <meta name="viewport" content="width=device-width, initial-scale=1.0" >
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">