diff --git a/Just/package-lock.json b/Just/package-lock.json index b7240aa..b00335d 100644 --- a/Just/package-lock.json +++ b/Just/package-lock.json @@ -11,6 +11,7 @@ "@signaldb/core": "^1.3.1", "@signaldb/indexeddb": "^1.0.0", "@signaldb/vue": "^1.0.0", + "lucide-vue-next": "^0.477.0", "pinia": "^3.0.1", "vue": "^3.5.13", "vue-i18n": "^11.1.1", @@ -4762,6 +4763,15 @@ "dev": true, "license": "ISC" }, + "node_modules/lucide-vue-next": { + "version": "0.477.0", + "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.477.0.tgz", + "integrity": "sha512-C7azIKO7aJKf5MD7OIzV7NRDtnjXH3KSXfyJgGqRIMemuMzW/9esuMxDXIXDhBZcJgRtXMUN0FcJwOJZQ8SywA==", + "license": "ISC", + "peerDependencies": { + "vue": ">=3.0.1" + } + }, "node_modules/magic-string": { "version": "0.30.17", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", diff --git a/Just/package.json b/Just/package.json index f7ab6bb..acdd507 100644 --- a/Just/package.json +++ b/Just/package.json @@ -17,6 +17,7 @@ "@signaldb/core": "^1.3.1", "@signaldb/indexeddb": "^1.0.0", "@signaldb/vue": "^1.0.0", + "lucide-vue-next": "^0.477.0", "pinia": "^3.0.1", "vue": "^3.5.13", "vue-i18n": "^11.1.1", diff --git a/Just/public/inter.woff2 b/Just/public/inter.woff2 new file mode 100644 index 0000000..22a12b0 Binary files /dev/null and b/Just/public/inter.woff2 differ diff --git a/Just/public/just.svg b/Just/public/just.svg new file mode 100644 index 0000000..255d53b --- /dev/null +++ b/Just/public/just.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/Just/src/App.vue b/Just/src/App.vue index 607fee9..6e8d1a3 100644 --- a/Just/src/App.vue +++ b/Just/src/App.vue @@ -1,6 +1,7 @@