diff --git a/client/package-lock.json b/client/package-lock.json index d13e6e77..7d59bc6a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,6 +9,7 @@ "version": "1.0.0", "dependencies": { "axios": "^1.6.7", + "gsap": "^3.14.2", "vue": "^3.4.21", "vue-router": "^4.3.0" }, @@ -1177,6 +1178,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/gsap": { + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/gsap/-/gsap-3.14.2.tgz", + "integrity": "sha512-P8/mMxVLU7o4+55+1TCnQrPmgjPKnwkzkXOK1asnR9Jg2lna4tEY5qBJjMmAaOBDDZWtlRjBXjLa0w53G/uBLA==", + "license": "Standard 'no charge' license: https://gsap.com/standard-license." + }, "node_modules/has-symbols": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", diff --git a/client/package.json b/client/package.json index 58375dc8..88253ddf 100644 --- a/client/package.json +++ b/client/package.json @@ -8,9 +8,10 @@ "preview": "vite preview" }, "dependencies": { + "axios": "^1.6.7", + "gsap": "^3.14.2", "vue": "^3.4.21", - "vue-router": "^4.3.0", - "axios": "^1.6.7" + "vue-router": "^4.3.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", diff --git a/client/src/App.vue b/client/src/App.vue index c2da05a5..e5f01eea 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,42 +1,132 @@