{ "name": "userwallet-login", "version": "1.0.0", "description": "Login site with secp256k1 authentication for iframe integration", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "start": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "type-check": "tsc --noEmit" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.20.0", "@noble/secp256k1": "^2.0.0", "@noble/hashes": "^1.3.0" }, "devDependencies": { "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "@eslint/js": "^9.0.0", "eslint": "^8.55.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-unused-imports": "^3.0.0", "typescript": "^5.2.2", "vite": "^5.0.8", "@vitejs/plugin-react": "^4.2.1" } }