Files
nym/testnet-faucet/package.json
Jędrzej Stuczyński 6746514317 Fixed up most JS dependency warnings
Resolved dependency issues in testnet-faucet

Removed the outdated react example

Updated js example dependencies

Using sandbox in js example

Feature locking imports

Running wasm client in testnet mode by default

Allow using `None` BandwidthController in testnet mode

Reverted endianness change and left it for others to deal with

Fixed up websocket js-example

Changed endianness of aes counter
2022-03-24 17:40:20 +00:00

40 lines
1.1 KiB
JSON

{
"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"
}
}