{ "name": "soderberg-tech", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@react-three/drei": "^10.7.7", "@react-three/fiber": "^9.5.0", "image-size": "^2.0.2", "next": "16.1.6", "next-themes": "^0.4.6", "photoswipe": "^5.4.4", "react": "19.2.3", "react-dom": "19.2.3", "react-icons": "^5.6.0", "react-photoswipe-gallery": "^4.0.0", "react-syntax-highlighter": "^16.1.1", "three": "^0.183.2" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/image-size": "^0.7.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/react-syntax-highlighter": "^15.5.13", "eslint": "^9", "eslint-config-next": "16.1.6", "tailwindcss": "^4", "typescript": "^5" } }