{ "name": "testnet-faucet", "version": "1.0.0", "description": "testnet faucet for token aquisition", "license": "MIT", "scripts": { "dev": "yarn parcel ./src/index.html", "build": "yarn parcel build ./src/index.html" }, "dependencies": { "@emotion/react": "^11.6.0", "@emotion/styled": "^11.6.0", "@hookform/resolvers": "^2.8.3", "@mui/icons-material": "^5.1.1", "@mui/material": "^5.1.1", "@nymproject/nym-validator-client": "^0.18.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-hook-form": "^7.20.1", "yup": "^0.32.11" }, "devDependencies": { "@types/react": "^17.0.35", "@types/react-dom": "^17.0.11", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", "eslint": "^8.9.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "events": "^3.3.0", "parcel": "^2.4.0", "path-browserify": "^1.0.1", "process": "^0.11.10", "stream-browserify": "^3.0.0", "typescript": "^4.5.5" } }