Skip to content

Commit

Permalink
Remove framer motion bits (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyoung authored Nov 30, 2024
1 parent ceddd0a commit 93a8b5d
Show file tree
Hide file tree
Showing 9 changed files with 1,376 additions and 1,419 deletions.
55 changes: 28 additions & 27 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,31 @@
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@react-three/drei": "^9.97.4",
"@react-three/fiber": "^8.15.16",
"@react-three/postprocessing": "^2.15.13",
"@tanstack/react-query": "5.56.2",
"class-variance-authority": "^0.7.0",
"@tanstack/react-query": "5.62.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.11.7",
"lucide-react": "^0.445.0",
"lucide-react": "^0.462.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"simplex-noise": "^4.0.1",
"tailwind-merge": "^2.5.2",
"react-error-boundary": "^4.1.2",
"react-use": "^17.5.1",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^2.5.5",
"three": "^0.161.0",
"three-stdlib": "^2.29.4",
"vaul": "^1.1.1",
"zod": "^3.23.8",
"zod-fetch": "^0.1.1",
"zustand": "^4.5.0"
Expand All @@ -52,21 +53,21 @@
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.161.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"gh-pages": "^6.1.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "5.5.4",
"vite": "^5.4.7"
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"gh-pages": "^6.2.0",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2",
"vite": "^6.0.1"
}
}
Loading

0 comments on commit 93a8b5d

Please sign in to comment.