{ "name": "gift-tracker", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --webpack", "build": "next build --webpack", "start": "next start" }, "dependencies": { "react": "19.2.0", "react-dom": "19.2.0", "next": "16.0.1" }, "devDependencies": { "babel-plugin-react-compiler": "1.0.0", "typescript": "^5", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@tailwindcss/postcss": "^4", "tailwindcss": "^4" } }