{ "name": "twinkle", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "lodash.debounce": "^4.0.8", "next": "14.2.10", "react": "^18", "react-dom": "^18", "react-icons": "^5.3.0", "react-spinners": "^0.14.1", "recharts": "^2.12.7" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.8", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }