diff --git a/package-lock.json b/package-lock.json index 08762a4..cd42c5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,6 +36,7 @@ "@vitejs/plugin-react": "^4.0.0", "concurrently": "^8.2.2", "eslint": "^8.28.0", + "gsap": "npm:@gsap/business@3.12.2", "http-server": "^14.1.1", "husky": "^8.0.0", "jsdom": "^22.0.0", @@ -52,9 +53,6 @@ "vitest": "^0.34.3", "wait-on": "^7.1.0" }, - "optionalDependencies": { - "gsap": "npm:@gsap/business@3.12.2" - }, "peerDependencies": { "react": ">= 17" } @@ -12407,8 +12405,8 @@ "version": "3.12.2", "resolved": "https://npm.greensock.com/@gsap%2fbusiness/-/business-3.12.2.tgz", "integrity": "sha512-AkkhzjaOOJ5Jk9Qyo5PB4C0sL+uUj3SsAN+F+HvM71QVs/jISXgwAyrap2CjK8CzTXrC3T74sHkoOVlqU0Fbfg==", - "license": "This package should only be used by individuals/companies with an active Business Green Club GreenSock membership. See https://greensock.com/club/. Licensing: https://greensock.com/licensing/", - "optional": true + "dev": true, + "license": "This package should only be used by individuals/companies with an active Business Green Club GreenSock membership. See https://greensock.com/club/. Licensing: https://greensock.com/licensing/" }, "node_modules/gunzip-maybe": { "version": "1.4.2", @@ -32258,7 +32256,7 @@ "version": "npm:@gsap/business@3.12.2", "resolved": "https://npm.greensock.com/@gsap%2fbusiness/-/business-3.12.2.tgz", "integrity": "sha512-AkkhzjaOOJ5Jk9Qyo5PB4C0sL+uUj3SsAN+F+HvM71QVs/jISXgwAyrap2CjK8CzTXrC3T74sHkoOVlqU0Fbfg==", - "optional": true + "dev": true }, "gunzip-maybe": { "version": "1.4.2", diff --git a/package.json b/package.json index 19f1119..3eefa21 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,7 @@ "@vitejs/plugin-react": "^4.0.0", "concurrently": "^8.2.2", "eslint": "^8.28.0", + "gsap": "npm:@gsap/business@3.12.2", "http-server": "^14.1.1", "husky": "^8.0.0", "jsdom": "^22.0.0", @@ -97,8 +98,5 @@ }, "peerDependencies": { "react": ">= 17" - }, - "optionalDependencies": { - "gsap": "npm:@gsap/business@3.12.2" } }