Remove unused dependencies

This commit is contained in:
Ella 2023-01-02 15:39:26 -05:00
parent 1c3e87ae55
commit de64aa388a
3 changed files with 0 additions and 28 deletions

View file

@ -1,8 +1,4 @@
import { Box, Heading, Button, Text, Container } from 'theme-ui'
// import { gsap } from 'gsap'
import { useEffect } from 'react'
// import ScrollTrigger from 'gsap/dist/ScrollTrigger'
/** @jsxImportSource theme-ui */
import Snowfall from 'react-snowfall'
import { Fade } from 'react-reveal'
import Rsvp from './rsvp'
@ -37,24 +33,6 @@ function Dot() {
}
export default function Landing({ rsvpCount }) {
// useEffect(() => {
// if (typeof window !== 'undefined') {
// gsap.registerPlugin(ScrollTrigger)
// gsap.to('.box', {
// scrollTrigger: {
// trigger: '.box',
// start: 'top center',
// end: 'top 100%',
// scrub: true,
// markers: true,
// }, // start the animation when ".box" enters the viewport (once)
// x: 600,
// ease: 'none',
// duration: 5
// })
// }
// })
return (
<Box sx={{ position: 'relative' }}>
{/* <img

View file

@ -34,7 +34,6 @@
"form-data": "^4.0.0",
"globby": "^11.0.4",
"graphql": "^16.6.0",
"gsap": "^3.11.3",
"lodash": "^4.17.21",
"next": "^12.3.1",
"next-compose-plugins": "^2.2.1",

View file

@ -2614,11 +2614,6 @@ graphql@^16.6.0:
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==
gsap@^3.11.3:
version "3.11.3"
resolved "https://registry.yarnpkg.com/gsap/-/gsap-3.11.3.tgz#ca5be827f56fe8d5720e08343390f74fb89a05f3"
integrity sha512-xc/iIJy+LWiMbRa4IdMtdnnKa/7PXEK6NNzV71gdOYUVeTZN7UWnLU0fB7Hi1iwiz4ZZoYkBZPPYGg+2+zzFHA==
har-schema@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"