Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,21 @@
"vite": "^7.1.1"
},
"dependencies": {
"@react-spring/three": "^10.0.1",
"@react-three/drei": "^10.6.1",
"@react-three/fiber": "^9.3.0",
"@react-three/postprocessing": "^3.0.4",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"clsx": "^2.1.1",
"embla-carousel": "^8.0.0",
"embla-carousel-react": "^8.0.0",
"framer-motion": "^12.23.12",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lucide-react": "^0.536.0",
"mapbox-gl": "^3.14.0",
"mapbox-gl.css": "link:mapbox-gl/dist/mapbox-gl.css",
"mermaid": "^11.9.0",
"embla-carousel": "^8.0.0",
"embla-carousel-react": "^8.0.0",
"partial-json": "^0.1.7",
"react": "^19.1.1",
"react-datepicker": "^8.4.0",
Expand Down
64 changes: 0 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/pizzaz-albums/AlbumCard.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from "react";

function AlbumCard({ album, onSelect }) {
return (
<button
Expand Down
1 change: 0 additions & 1 deletion src/pizzaz-list/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from "react";
import { createRoot } from "react-dom/client";
import markers from "../pizzaz/markers.json";
import { PlusCircle, Star } from "lucide-react";
Expand Down
4 changes: 1 addition & 3 deletions src/solar-system/solar-system.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { createRoot } from "react-dom/client";
import { useRef, useImperativeHandle, useState, useEffect } from "react";
import { Canvas, useFrame, useThree, useLoader } from "@react-three/fiber";
import { Html, OrbitControls } from "@react-three/drei";
import { OrbitControls } from "@react-three/drei";
import * as THREE from "three";
import { useSpring } from "@react-spring/three";
import { AnimatePresence, motion } from "framer-motion";
import {
EffectComposer,
Expand Down