{ "name": "uwuzu_light_client", "version": "1.0", "type": "module", "license": "Apache-2.0", "author": { "name": "Last2014", "email": "info@last2014.com", "url": "https://last2014.com/" }, "contributors": [ { "name": "K.Yuzen", "url": "https://x.com/K_Yuzen_67854/" } ], "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@eslint/eslintrc": "^3", "@iconify/react": "^6.0.0", "@tailwindcss/postcss": "^4", "@types/eslint": "^9.6.1", "@types/js-cookie": "^3.0.6", "@types/next": "^8.0.7", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/tailwindcss": "^3.0.11", "eslint": "^9", "eslint-config-next": "15.3.4", "js-cookie": "^3.0.5", "next": "15.3.4", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwindcss": "^4", "typescript": "^5" } }